Html Css Color HEX #057290 Cerulean

📋 copy color: '#057290'

red 5 ◦ green 114 ◦ blue 144

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

Shades of Cerulean #057290

Tints of Cerulean #057290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.35%

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

R = 1.9%
G = 43.35%
B = 54.75%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#057290 (or 0x057290) is known color: Cerulean. HEX triplet: 05, 72 and 90. RGB value is (5,114,144). Sum of RGB (Red+Green+Blue) = 5+114+144=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #057290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057290 is #FA8D6F. Grayscale: #545454. Windows color (decimal): -16420208 or 9466373. OLE color: 9466373.

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

Color convert

RGB 5 114 144 -
CMYK 0.97 0.21 0 0.44
HSL 192.95º 0.93% 0.29% -
HSV(B) 192.95º 0.97% 0.56% -
XYZ 11.11 14.08 28.52 -
YUV 84.83 161.39 71.06 -
System Red Green Blue C M Y K H S L
Decimal 5 114 144 0.97 0.21 0 0.44 192.95 0.93 0.29
Hex 5 72 90 61 15 0 2C C1 5D 1D
Octal 5 162 220 141 25 0 54 301 135 35
Binary 101 1110010 10010000 1100001 10101 0 101100 11000001 1011101 11101

Color Harmonies of #057290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057290

Black with #057290

Text Example


Text Example

White with #057290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057290; }

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

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

background-color css

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

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

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

border-color css

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

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

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