Html Css Color HEX #0779BA Cerulean

📋 copy color: '#0779BA'

red 7 ◦ green 121 ◦ blue 186

#0779BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0779BA

Tints of Cerulean #0779BA

RGB

 RED value IS 7 (3.13% from 255) = 2.23%

 GREEN value IS 121 (47.66% from 255) = 38.54%

 BLUE value IS 186 (73.05% from 255) = 59.24%

R = 2.23%
G = 38.54%
B = 59.24%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0779BA (or 0x0779BA) is known color: Cerulean. HEX triplet: 07, 79 and BA. RGB value is (7,121,186). Sum of RGB (Red+Green+Blue) = 7+121+186=314 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.23% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #0779BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0779BA is #F88645. Grayscale: #5D5D5D. Windows color (decimal): -16287302 or 12220679. OLE color: 12220679.

HSL color Cylindrical-coordinate representation of color #0779BA: hue angle of 201.79º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0779BA is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 121 186 -
CMYK 0.96 0.35 0 0.27
HSL 201.79º 0.93% 0.38% -
HSV(B) 201.79º 0.96% 0.73% -
XYZ 15.79 17.27 48.95 -
YUV 94.32 179.73 65.71 -
System Red Green Blue C M Y K H S L
Decimal 7 121 186 0.96 0.35 0 0.27 201.79 0.93 0.38
Hex 7 79 BA 60 23 0 1B CA 5D 26
Octal 7 171 272 140 43 0 33 312 135 46
Binary 111 1111001 10111010 1100000 100011 0 11011 11001010 1011101 100110

Color Harmonies of #0779BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0779BA

Black with #0779BA

Text Example


Text Example

White with #0779BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0779BA; }

 p { color: rgb(7,121,186); }

 H1.HeaderClassName
 {
   color: #0779BA;
 }
 .AnyTagClassName
 {
   color: #0779BA;
 }
</style>

background-color css

<style>
 a { background-color: #0779BA; }

 a { background-color: rgb(7,121,186); }

 div.DivClassName
 {
   background-color: #0779BA;
 }
 .BgClassName
 {
   background-color: #0779BA;
 }
</style>

border-color css

<style>
 span { border-color: #0779BA; }

 span { border-color: rgb(7,121,186); }

 td.TdClassName
 {
   border-color: #0779BA;
 }
 .TagClassName
 {
   border-color: #0779BA;
 }
</style>