Html Css Color HEX #057090 Cerulean

📋 copy color: '#057090'

red 5 ◦ green 112 ◦ blue 144

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

Shades of Cerulean #057090

Tints of Cerulean #057090

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.91%

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

R = 1.92%
G = 42.91%
B = 55.17%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#057090 (or 0x057090) is known color: Cerulean. HEX triplet: 05, 70 and 90. RGB value is (5,112,144). Sum of RGB (Red+Green+Blue) = 5+112+144=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #057090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057090 is #FA8F6F. Grayscale: #535353. Windows color (decimal): -16420720 or 9465861. OLE color: 9465861.

HSL color Cylindrical-coordinate representation of color #057090: hue angle of 193.81º 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 #057090 is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 112 144 -
CMYK 0.97 0.22 0 0.44
HSL 193.81º 0.93% 0.29% -
HSV(B) 193.81º 0.97% 0.56% -
XYZ 10.89 13.63 28.44 -
YUV 83.66 162.05 71.9 -
System Red Green Blue C M Y K H S L
Decimal 5 112 144 0.97 0.22 0 0.44 193.81 0.93 0.29
Hex 5 70 90 61 16 0 2C C2 5D 1D
Octal 5 160 220 141 26 0 54 302 135 35
Binary 101 1110000 10010000 1100001 10110 0 101100 11000010 1011101 11101

Color Harmonies of #057090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057090

Black with #057090

Text Example


Text Example

White with #057090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057090; }

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

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

background-color css

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

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

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

border-color css

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

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

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