Html Css Color HEX #057699 Cerulean

📋 copy color: '#057699'

red 5 ◦ green 118 ◦ blue 153

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

Shades of Cerulean #057699

Tints of Cerulean #057699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.75%

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

R = 1.81%
G = 42.75%
B = 55.43%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#057699 (or 0x057699) is known color: Cerulean. HEX triplet: 05, 76 and 99. RGB value is (5,118,153). Sum of RGB (Red+Green+Blue) = 5+118+153=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #057699 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057699 is #FA8966. Grayscale: #575757. Windows color (decimal): -16419175 or 10057221. OLE color: 10057221.

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

Color convert

RGB 5 118 153 -
CMYK 0.97 0.23 0 0.4
HSL 194.19º 0.94% 0.31% -
HSV(B) 194.19º 0.97% 0.6% -
XYZ 12.29 15.29 32.44 -
YUV 88.2 164.56 68.65 -
System Red Green Blue C M Y K H S L
Decimal 5 118 153 0.97 0.23 0 0.4 194.19 0.94 0.31
Hex 5 76 99 61 17 0 28 C2 5E 1F
Octal 5 166 231 141 27 0 50 302 136 37
Binary 101 1110110 10011001 1100001 10111 0 101000 11000010 1011110 11111

Color Harmonies of #057699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057699

Black with #057699

Text Example


Text Example

White with #057699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057699; }

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

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

background-color css

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

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

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

border-color css

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

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

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