Html Css Color HEX #057799 Cerulean

📋 copy color: '#057799'

red 5 ◦ green 119 ◦ blue 153

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

Shades of Cerulean #057799

Tints of Cerulean #057799

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.96%

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

R = 1.81%
G = 42.96%
B = 55.23%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#057799 (or 0x057799) is known color: Cerulean. HEX triplet: 05, 77 and 99. RGB value is (5,119,153). Sum of RGB (Red+Green+Blue) = 5+119+153=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #057799 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057799 is #FA8866. Grayscale: #585858. Windows color (decimal): -16418919 or 10057477. OLE color: 10057477.

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

Color convert

RGB 5 119 153 -
CMYK 0.97 0.22 0 0.4
HSL 193.78º 0.94% 0.31% -
HSV(B) 193.78º 0.97% 0.6% -
XYZ 12.41 15.53 32.48 -
YUV 88.79 164.23 68.24 -
System Red Green Blue C M Y K H S L
Decimal 5 119 153 0.97 0.22 0 0.4 193.78 0.94 0.31
Hex 5 77 99 61 16 0 28 C2 5E 1F
Octal 5 167 231 141 26 0 50 302 136 37
Binary 101 1110111 10011001 1100001 10110 0 101000 11000010 1011110 11111

Color Harmonies of #057799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057799

Black with #057799

Text Example


Text Example

White with #057799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057799; }

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

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

background-color css

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

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

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

border-color css

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

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

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