Html Css Color HEX #056C99 Cerulean

📋 copy color: '#056C99'

red 5 ◦ green 108 ◦ blue 153

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

Shades of Cerulean #056C99

Tints of Cerulean #056C99

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40.6%

 BLUE value IS 153 (60.16% from 255) = 57.52%

R = 1.88%
G = 40.6%
B = 57.52%

CMYK

 C value IS 0.97

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#056C99 (or 0x056C99) is known color: Cerulean. HEX triplet: 05, 6C and 99. RGB value is (5,108,153). Sum of RGB (Red+Green+Blue) = 5+108+153=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 108 (42.58% from 255 or 40.60% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #056C99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056C99 is #FA9366. Grayscale: #525252. Windows color (decimal): -16421735 or 10054661. OLE color: 10054661.

HSL color Cylindrical-coordinate representation of color #056C99: hue angle of 198.24º 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 #056C99 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 5 108 153 -
CMYK 0.97 0.29 0 0.4
HSL 198.24º 0.94% 0.31% -
HSV(B) 198.24º 0.97% 0.6% -
XYZ 11.17 13.06 32.07 -
YUV 82.33 167.88 72.84 -
System Red Green Blue C M Y K H S L
Decimal 5 108 153 0.97 0.29 0 0.4 198.24 0.94 0.31
Hex 5 6C 99 61 1D 0 28 C6 5E 1F
Octal 5 154 231 141 35 0 50 306 136 37
Binary 101 1101100 10011001 1100001 11101 0 101000 11000110 1011110 11111

Color Harmonies of #056C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056C99

Black with #056C99

Text Example


Text Example

White with #056C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,108,153); }

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

background-color css

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

 a { background-color: rgb(5,108,153); }

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

border-color css

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

 span { border-color: rgb(5,108,153); }

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