Html Css Color HEX #05649E Cerulean

📋 copy color: '#05649E'

red 5 ◦ green 100 ◦ blue 158

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

Shades of Cerulean #05649E

Tints of Cerulean #05649E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.02%

 BLUE value IS 158 (62.11% from 255) = 60.08%

R = 1.9%
G = 38.02%
B = 60.08%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05649E (or 0x05649E) is known color: Cerulean. HEX triplet: 05, 64 and 9E. RGB value is (5,100,158). Sum of RGB (Red+Green+Blue) = 5+100+158=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 158 (62.11% from 255 or 60.08% from 263); Max value from RGB is 158 - color contains mainly: blue. Hex color #05649E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05649E is #FA9B61. Grayscale: #4D4D4D. Windows color (decimal): -16423778 or 10380293. OLE color: 10380293.

HSL color Cylindrical-coordinate representation of color #05649E: hue angle of 202.75º 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 #05649E is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 100 158 -
CMYK 0.97 0.37 0 0.38
HSL 202.75º 0.94% 0.32% -
HSV(B) 202.75º 0.97% 0.62% -
XYZ 10.79 11.62 34.02 -
YUV 78.21 173.03 75.78 -
System Red Green Blue C M Y K H S L
Decimal 5 100 158 0.97 0.37 0 0.38 202.75 0.94 0.32
Hex 5 64 9E 61 25 0 26 CB 5E 20
Octal 5 144 236 141 45 0 46 313 136 40
Binary 101 1100100 10011110 1100001 100101 0 100110 11001011 1011110 100000

Color Harmonies of #05649E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05649E

Black with #05649E

Text Example


Text Example

White with #05649E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05649E; }

 p { color: rgb(5,100,158); }

 H1.HeaderClassName
 {
   color: #05649E;
 }
 .AnyTagClassName
 {
   color: #05649E;
 }
</style>

background-color css

<style>
 a { background-color: #05649E; }

 a { background-color: rgb(5,100,158); }

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

border-color css

<style>
 span { border-color: #05649E; }

 span { border-color: rgb(5,100,158); }

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