Html Css Color HEX #057491 Cerulean

📋 copy color: '#057491'

red 5 ◦ green 116 ◦ blue 145

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

Shades of Cerulean #057491

Tints of Cerulean #057491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.61%

 BLUE value IS 145 (57.03% from 255) = 54.51%

R = 1.88%
G = 43.61%
B = 54.51%

CMYK

 C value IS 0.97

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#057491 (or 0x057491) is known color: Cerulean. HEX triplet: 05, 74 and 91. RGB value is (5,116,145). Sum of RGB (Red+Green+Blue) = 5+116+145=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #057491 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057491 is #FA8B6E. Grayscale: #555555. Windows color (decimal): -16419695 or 9532421. OLE color: 9532421.

HSL color Cylindrical-coordinate representation of color #057491: hue angle of 192.43º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057491 is Cyan = 0.97, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 116 145 -
CMYK 0.97 0.2 0 0.43
HSL 192.43º 0.93% 0.29% -
HSV(B) 192.43º 0.97% 0.57% -
XYZ 11.42 14.57 29 -
YUV 86.12 161.23 70.14 -
System Red Green Blue C M Y K H S L
Decimal 5 116 145 0.97 0.2 0 0.43 192.43 0.93 0.29
Hex 5 74 91 61 14 0 2B C0 5D 1D
Octal 5 164 221 141 24 0 53 300 135 35
Binary 101 1110100 10010001 1100001 10100 0 101011 11000000 1011101 11101

Color Harmonies of #057491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057491

Black with #057491

Text Example


Text Example

White with #057491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057491; }

 p { color: rgb(5,116,145); }

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

background-color css

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

 a { background-color: rgb(5,116,145); }

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

border-color css

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

 span { border-color: rgb(5,116,145); }

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