Html Css Color HEX #05619D Cerulean

📋 copy color: '#05619D'

red 5 ◦ green 97 ◦ blue 157

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

Shades of Cerulean #05619D

Tints of Cerulean #05619D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.45%

 BLUE value IS 157 (61.72% from 255) = 60.62%

R = 1.93%
G = 37.45%
B = 60.62%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05619D (or 0x05619D) is known color: Cerulean. HEX triplet: 05, 61 and 9D. RGB value is (5,97,157). Sum of RGB (Red+Green+Blue) = 5+97+157=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 157 (61.72% from 255 or 60.62% from 259); Max value from RGB is 157 - color contains mainly: blue. Hex color #05619D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05619D is #FA9E62. Grayscale: #4C4C4C. Windows color (decimal): -16424547 or 10313989. OLE color: 10313989.

HSL color Cylindrical-coordinate representation of color #05619D: hue angle of 203.68º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05619D is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 97 157 -
CMYK 0.97 0.38 0 0.38
HSL 203.68º 0.94% 0.32% -
HSV(B) 203.68º 0.97% 0.62% -
XYZ 10.42 11.02 33.48 -
YUV 76.33 173.52 77.12 -
System Red Green Blue C M Y K H S L
Decimal 5 97 157 0.97 0.38 0 0.38 203.68 0.94 0.32
Hex 5 61 9D 61 26 0 26 CC 5E 20
Octal 5 141 235 141 46 0 46 314 136 40
Binary 101 1100001 10011101 1100001 100110 0 100110 11001100 1011110 100000

Color Harmonies of #05619D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05619D

Black with #05619D

Text Example


Text Example

White with #05619D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05619D; }

 p { color: rgb(5,97,157); }

 H1.HeaderClassName
 {
   color: #05619D;
 }
 .AnyTagClassName
 {
   color: #05619D;
 }
</style>

background-color css

<style>
 a { background-color: #05619D; }

 a { background-color: rgb(5,97,157); }

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

border-color css

<style>
 span { border-color: #05619D; }

 span { border-color: rgb(5,97,157); }

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