Html Css Color HEX #057190 Cerulean

📋 copy color: '#057190'

red 5 ◦ green 113 ◦ blue 144

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

Shades of Cerulean #057190

Tints of Cerulean #057190

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.13%

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

R = 1.91%
G = 43.13%
B = 54.96%

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

#057190 (or 0x057190) is known color: Cerulean. HEX triplet: 05, 71 and 90. RGB value is (5,113,144). Sum of RGB (Red+Green+Blue) = 5+113+144=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #057190 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057190 is #FA8E6F. Grayscale: #545454. Windows color (decimal): -16420464 or 9466117. OLE color: 9466117.

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

Color convert

RGB 5 113 144 -
CMYK 0.97 0.22 0 0.44
HSL 193.38º 0.93% 0.29% -
HSV(B) 193.38º 0.97% 0.56% -
XYZ 11 13.86 28.48 -
YUV 84.24 161.72 71.48 -
System Red Green Blue C M Y K H S L
Decimal 5 113 144 0.97 0.22 0 0.44 193.38 0.93 0.29
Hex 5 71 90 61 16 0 2C C1 5D 1D
Octal 5 161 220 141 26 0 54 301 135 35
Binary 101 1110001 10010000 1100001 10110 0 101100 11000001 1011101 11101

Color Harmonies of #057190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057190

Black with #057190

Text Example


Text Example

White with #057190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057190; }

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

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

background-color css

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

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

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

border-color css

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

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

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