Html Css Color HEX #057698 Cerulean

📋 copy color: '#057698'

red 5 ◦ green 118 ◦ blue 152

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

Shades of Cerulean #057698

Tints of Cerulean #057698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 55.27%

R = 1.82%
G = 42.91%
B = 55.27%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#057698 (or 0x057698) is known color: Cerulean. HEX triplet: 05, 76 and 98. RGB value is (5,118,152). Sum of RGB (Red+Green+Blue) = 5+118+152=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 152 (59.77% from 255 or 55.27% from 275); Max value from RGB is 152 - color contains mainly: blue. Hex color #057698 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057698 is #FA8967. Grayscale: #575757. Windows color (decimal): -16419176 or 9991685. OLE color: 9991685.

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

Color convert

RGB 5 118 152 -
CMYK 0.97 0.22 0 0.40
HSL 193.88º 0.94% 0.31% -
HSV(B) 193.88º 0.97% 0.6% -
XYZ 12.21 15.26 32.01 -
YUV 88.09 164.06 68.74 -
System Red Green Blue C M Y K H S L
Decimal 5 118 152 0.97 0.22 0 0.40 193.88 0.94 0.31
Hex 5 76 98 61 16 0 28 C2 5E 1F
Octal 5 166 230 141 26 0 50 302 136 37
Binary 101 1110110 10011000 1100001 10110 0 101000 11000010 1011110 11111

Color Harmonies of #057698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057698

Black with #057698

Text Example


Text Example

White with #057698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057698; }

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

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

background-color css

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

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

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

border-color css

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

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

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