Html Css Color HEX #057497 Cerulean

📋 copy color: '#057497'

red 5 ◦ green 116 ◦ blue 151

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

Shades of Cerulean #057497

Tints of Cerulean #057497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 55.51%

R = 1.84%
G = 42.65%
B = 55.51%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#057497 (or 0x057497) is known color: Cerulean. HEX triplet: 05, 74 and 97. RGB value is (5,116,151). Sum of RGB (Red+Green+Blue) = 5+116+151=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 151 (59.38% from 255 or 55.51% from 272); Max value from RGB is 151 - color contains mainly: blue. Hex color #057497 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057497 is #FA8B68. Grayscale: #565656. Windows color (decimal): -16419689 or 9925637. OLE color: 9925637.

HSL color Cylindrical-coordinate representation of color #057497: hue angle of 194.38º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057497 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 116 151 -
CMYK 0.97 0.23 0 0.41
HSL 194.38º 0.94% 0.31% -
HSV(B) 194.38º 0.97% 0.59% -
XYZ 11.89 14.76 31.5 -
YUV 86.8 164.23 69.65 -
System Red Green Blue C M Y K H S L
Decimal 5 116 151 0.97 0.23 0 0.41 194.38 0.94 0.31
Hex 5 74 97 61 17 0 29 C2 5E 1F
Octal 5 164 227 141 27 0 51 302 136 37
Binary 101 1110100 10010111 1100001 10111 0 101001 11000010 1011110 11111

Color Harmonies of #057497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057497

Black with #057497

Text Example


Text Example

White with #057497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057497; }

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

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

background-color css

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

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

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

border-color css

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

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

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