Html Css Color HEX #056A90 Cerulean

📋 copy color: '#056A90'

red 5 ◦ green 106 ◦ blue 144

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

Shades of Cerulean #056A90

Tints of Cerulean #056A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 56.47%

R = 1.96%
G = 41.57%
B = 56.47%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#056A90 (or 0x056A90) is known color: Cerulean. HEX triplet: 05, 6A and 90. RGB value is (5,106,144). Sum of RGB (Red+Green+Blue) = 5+106+144=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #056A90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056A90 is #FA956F. Grayscale: #4F4F4F. Windows color (decimal): -16422256 or 9464325. OLE color: 9464325.

HSL color Cylindrical-coordinate representation of color #056A90: hue angle of 196.4º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056A90 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 106 144 -
CMYK 0.97 0.26 0 0.44
HSL 196.4º 0.93% 0.29% -
HSV(B) 196.4º 0.97% 0.56% -
XYZ 10.25 12.35 28.23 -
YUV 80.13 164.04 74.41 -
System Red Green Blue C M Y K H S L
Decimal 5 106 144 0.97 0.26 0 0.44 196.4 0.93 0.29
Hex 5 6A 90 61 1A 0 2C C4 5D 1D
Octal 5 152 220 141 32 0 54 304 135 35
Binary 101 1101010 10010000 1100001 11010 0 101100 11000100 1011101 11101

Color Harmonies of #056A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056A90

Black with #056A90

Text Example


Text Example

White with #056A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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