Html Css Color HEX #05759B Cerulean

📋 copy color: '#05759B'

red 5 ◦ green 117 ◦ blue 155

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

Shades of Cerulean #05759B

Tints of Cerulean #05759B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.24%

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

R = 1.81%
G = 42.24%
B = 55.96%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05759B (or 0x05759B) is known color: Cerulean. HEX triplet: 05, 75 and 9B. RGB value is (5,117,155). Sum of RGB (Red+Green+Blue) = 5+117+155=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #05759B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05759B is #FA8A64. Grayscale: #575757. Windows color (decimal): -16419429 or 10188037. OLE color: 10188037.

HSL color Cylindrical-coordinate representation of color #05759B: hue angle of 195.2º 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 #05759B is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 117 155 -
CMYK 0.97 0.25 0 0.39
HSL 195.2º 0.94% 0.31% -
HSV(B) 195.2º 0.97% 0.61% -
XYZ 12.34 15.12 33.28 -
YUV 87.84 165.89 68.91 -
System Red Green Blue C M Y K H S L
Decimal 5 117 155 0.97 0.25 0 0.39 195.2 0.94 0.31
Hex 5 75 9B 61 19 0 27 C3 5E 1F
Octal 5 165 233 141 31 0 47 303 136 37
Binary 101 1110101 10011011 1100001 11001 0 100111 11000011 1011110 11111

Color Harmonies of #05759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05759B

Black with #05759B

Text Example


Text Example

White with #05759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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