Html Css Color HEX #057696 Cerulean

📋 copy color: '#057696'

red 5 ◦ green 118 ◦ blue 150

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

Shades of Cerulean #057696

Tints of Cerulean #057696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 54.95%

R = 1.83%
G = 43.22%
B = 54.95%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#057696 (or 0x057696) is known color: Cerulean. HEX triplet: 05, 76 and 96. RGB value is (5,118,150). Sum of RGB (Red+Green+Blue) = 5+118+150=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 150 (58.98% from 255 or 54.95% from 273); Max value from RGB is 150 - color contains mainly: blue. Hex color #057696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057696 is #FA8969. Grayscale: #575757. Windows color (decimal): -16419178 or 9860613. OLE color: 9860613.

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

Color convert

RGB 5 118 150 -
CMYK 0.97 0.21 0 0.41
HSL 193.24º 0.94% 0.3% -
HSV(B) 193.24º 0.97% 0.59% -
XYZ 12.05 15.19 31.15 -
YUV 87.86 163.06 68.9 -
System Red Green Blue C M Y K H S L
Decimal 5 118 150 0.97 0.21 0 0.41 193.24 0.94 0.3
Hex 5 76 96 61 15 0 29 C1 5E 1E
Octal 5 166 226 141 25 0 51 301 136 36
Binary 101 1110110 10010110 1100001 10101 0 101001 11000001 1011110 11110

Color Harmonies of #057696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057696

Black with #057696

Text Example


Text Example

White with #057696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057696; }

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

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

background-color css

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

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

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

border-color css

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

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

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