Html Css Color HEX #056EA4 Cerulean

📋 copy color: '#056EA4'

red 5 ◦ green 110 ◦ blue 164

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

Shades of Cerulean #056EA4

Tints of Cerulean #056EA4

RGB

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

 GREEN value IS 110 (43.36% from 255) = 39.43%

 BLUE value IS 164 (64.45% from 255) = 58.78%

R = 1.79%
G = 39.43%
B = 58.78%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#056EA4 (or 0x056EA4) is known color: Cerulean. HEX triplet: 05, 6E and A4. RGB value is (5,110,164). Sum of RGB (Red+Green+Blue) = 5+110+164=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 164 (64.45% from 255 or 58.78% from 279); Max value from RGB is 164 - color contains mainly: blue. Hex color #056EA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056EA4 is #FA915B. Grayscale: #545454. Windows color (decimal): -16421212 or 10776069. OLE color: 10776069.

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

Color convert

RGB 5 110 164 -
CMYK 0.97 0.33 0 0.36
HSL 200.38º 0.94% 0.33% -
HSV(B) 200.38º 0.97% 0.64% -
XYZ 12.34 13.86 37.15 -
YUV 84.76 172.71 71.11 -
System Red Green Blue C M Y K H S L
Decimal 5 110 164 0.97 0.33 0 0.36 200.38 0.94 0.33
Hex 5 6E A4 61 21 0 24 C8 5E 21
Octal 5 156 244 141 41 0 44 310 136 41
Binary 101 1101110 10100100 1100001 100001 0 100100 11001000 1011110 100001

Color Harmonies of #056EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056EA4

Black with #056EA4

Text Example


Text Example

White with #056EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,110,164); }

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

background-color css

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

 a { background-color: rgb(5,110,164); }

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

border-color css

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

 span { border-color: rgb(5,110,164); }

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