Html Css Color HEX #05779B Cerulean

📋 copy color: '#05779B'

red 5 ◦ green 119 ◦ blue 155

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

Shades of Cerulean #05779B

Tints of Cerulean #05779B

RGB

 RED value IS 5 (2.34% from 255) = 1.79%

 GREEN value IS 119 (46.88% from 255) = 42.65%

 BLUE value IS 155 (60.94% from 255) = 55.56%

R = 1.79%
G = 42.65%
B = 55.56%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05779B (or 0x05779B) is known color: Cerulean. HEX triplet: 05, 77 and 9B. RGB value is (5,119,155). Sum of RGB (Red+Green+Blue) = 5+119+155=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #05779B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05779B is #FA8864. Grayscale: #585858. Windows color (decimal): -16418917 or 10188549. OLE color: 10188549.

HSL color Cylindrical-coordinate representation of color #05779B: hue angle of 194.4º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05779B is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 119 155 -
CMYK 0.97 0.23 0 0.39
HSL 194.4º 0.94% 0.31% -
HSV(B) 194.4º 0.97% 0.61% -
XYZ 12.58 15.59 33.36 -
YUV 89.02 165.23 68.07 -
System Red Green Blue C M Y K H S L
Decimal 5 119 155 0.97 0.23 0 0.39 194.4 0.94 0.31
Hex 5 77 9B 61 17 0 27 C2 5E 1F
Octal 5 167 233 141 27 0 47 302 136 37
Binary 101 1110111 10011011 1100001 10111 0 100111 11000010 1011110 11111

Color Harmonies of #05779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05779B

Black with #05779B

Text Example


Text Example

White with #05779B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05779B; }

 p { color: rgb(5,119,155); }

 H1.HeaderClassName
 {
   color: #05779B;
 }
 .AnyTagClassName
 {
   color: #05779B;
 }
</style>

background-color css

<style>
 a { background-color: #05779B; }

 a { background-color: rgb(5,119,155); }

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

border-color css

<style>
 span { border-color: #05779B; }

 span { border-color: rgb(5,119,155); }

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