Html Css Color HEX #05649A Cerulean

📋 copy color: '#05649A'

red 5 ◦ green 100 ◦ blue 154

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

Shades of Cerulean #05649A

Tints of Cerulean #05649A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 59.46%

R = 1.93%
G = 38.61%
B = 59.46%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#05649A (or 0x05649A) is known color: Cerulean. HEX triplet: 05, 64 and 9A. RGB value is (5,100,154). Sum of RGB (Red+Green+Blue) = 5+100+154=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 100 (39.45% from 255 or 38.61% from 259); Blue value is 154 (60.55% from 255 or 59.46% from 259); Max value from RGB is 154 - color contains mainly: blue. Hex color #05649A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05649A is #FA9B65. Grayscale: #4D4D4D. Windows color (decimal): -16423782 or 10118149. OLE color: 10118149.

HSL color Cylindrical-coordinate representation of color #05649A: hue angle of 201.74º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05649A is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 100 154 -
CMYK 0.97 0.35 0 0.40
HSL 201.75º 0.94% 0.31% -
HSV(B) 201.75º 0.97% 0.6% -
XYZ 10.45 11.48 32.24 -
YUV 77.75 171.03 76.11 -
System Red Green Blue C M Y K H S L
Decimal 5 100 154 0.97 0.35 0 0.40 201.75 0.94 0.31
Hex 5 64 9A 61 23 0 28 CA 5E 1F
Octal 5 144 232 141 43 0 50 312 136 37
Binary 101 1100100 10011010 1100001 100011 0 101000 11001010 1011110 11111

Color Harmonies of #05649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05649A

Black with #05649A

Text Example


Text Example

White with #05649A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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