Html Css Color HEX #056CAE Cerulean

📋 copy color: '#056CAE'

red 5 ◦ green 108 ◦ blue 174

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

Shades of Cerulean #056CAE

Tints of Cerulean #056CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 60.63%

R = 1.74%
G = 37.63%
B = 60.63%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#056CAE (or 0x056CAE) is known color: Cerulean. HEX triplet: 05, 6C and AE. RGB value is (5,108,174). Sum of RGB (Red+Green+Blue) = 5+108+174=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #056CAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056CAE is #FA9351. Grayscale: #545454. Windows color (decimal): -16421714 or 11430917. OLE color: 11430917.

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

Color convert

RGB 5 108 174 -
CMYK 0.97 0.38 0 0.32
HSL 203.43º 0.94% 0.35% -
HSV(B) 203.43º 0.97% 0.68% -
XYZ 13.07 13.81 42.02 -
YUV 84.73 178.38 71.13 -
System Red Green Blue C M Y K H S L
Decimal 5 108 174 0.97 0.38 0 0.32 203.43 0.94 0.35
Hex 5 6C AE 61 26 0 20 CB 5E 23
Octal 5 154 256 141 46 0 40 313 136 43
Binary 101 1101100 10101110 1100001 100110 0 100000 11001011 1011110 100011

Color Harmonies of #056CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056CAE

Black with #056CAE

Text Example


Text Example

White with #056CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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