Html Css Color HEX #056A9C Cerulean

📋 copy color: '#056A9C'

red 5 ◦ green 106 ◦ blue 156

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

Shades of Cerulean #056A9C

Tints of Cerulean #056A9C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 39.7%

 BLUE value IS 156 (61.33% from 255) = 58.43%

R = 1.87%
G = 39.7%
B = 58.43%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#056A9C (or 0x056A9C) is known color: Cerulean. HEX triplet: 05, 6A and 9C. RGB value is (5,106,156). Sum of RGB (Red+Green+Blue) = 5+106+156=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 156 (61.33% from 255 or 58.43% from 267); Max value from RGB is 156 - color contains mainly: blue. Hex color #056A9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056A9C is #FA9563. Grayscale: #515151. Windows color (decimal): -16422244 or 10250757. OLE color: 10250757.

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

Color convert

RGB 5 106 156 -
CMYK 0.97 0.32 0 0.39
HSL 199.87º 0.94% 0.32% -
HSV(B) 199.87º 0.97% 0.61% -
XYZ 11.22 12.74 33.32 -
YUV 81.5 170.04 73.43 -
System Red Green Blue C M Y K H S L
Decimal 5 106 156 0.97 0.32 0 0.39 199.87 0.94 0.32
Hex 5 6A 9C 61 20 0 27 C8 5E 20
Octal 5 152 234 141 40 0 47 310 136 40
Binary 101 1101010 10011100 1100001 100000 0 100111 11001000 1011110 100000

Color Harmonies of #056A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056A9C

Black with #056A9C

Text Example


Text Example

White with #056A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056A9C; }

 p { color: rgb(5,106,156); }

 H1.HeaderClassName
 {
   color: #056A9C;
 }
 .AnyTagClassName
 {
   color: #056A9C;
 }
</style>

background-color css

<style>
 a { background-color: #056A9C; }

 a { background-color: rgb(5,106,156); }

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

border-color css

<style>
 span { border-color: #056A9C; }

 span { border-color: rgb(5,106,156); }

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