Html Css Color HEX #057499 Cerulean

📋 copy color: '#057499'

red 5 ◦ green 116 ◦ blue 153

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

Shades of Cerulean #057499

Tints of Cerulean #057499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 55.84%

R = 1.82%
G = 42.34%
B = 55.84%

CMYK

 C value IS 0.97

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#057499 (or 0x057499) is known color: Cerulean. HEX triplet: 05, 74 and 99. RGB value is (5,116,153). Sum of RGB (Red+Green+Blue) = 5+116+153=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #057499 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057499 is #FA8B66. Grayscale: #565656. Windows color (decimal): -16419687 or 10056709. OLE color: 10056709.

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

Color convert

RGB 5 116 153 -
CMYK 0.97 0.24 0 0.4
HSL 195º 0.94% 0.31% -
HSV(B) 195º 0.97% 0.6% -
XYZ 12.06 14.82 32.36 -
YUV 87.03 165.23 69.49 -
System Red Green Blue C M Y K H S L
Decimal 5 116 153 0.97 0.24 0 0.4 195 0.94 0.31
Hex 5 74 99 61 18 0 28 C3 5E 1F
Octal 5 164 231 141 30 0 50 303 136 37
Binary 101 1110100 10011001 1100001 11000 0 101000 11000011 1011110 11111

Color Harmonies of #057499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057499

Black with #057499

Text Example


Text Example

White with #057499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057499; }

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

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

background-color css

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

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

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

border-color css

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

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

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