Html Css Color HEX #057495 Cerulean

📋 copy color: '#057495'

red 5 ◦ green 116 ◦ blue 149

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

Shades of Cerulean #057495

Tints of Cerulean #057495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 55.19%

R = 1.85%
G = 42.96%
B = 55.19%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#057495 (or 0x057495) is known color: Cerulean. HEX triplet: 05, 74 and 95. RGB value is (5,116,149). Sum of RGB (Red+Green+Blue) = 5+116+149=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #057495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057495 is #FA8B6A. Grayscale: #565656. Windows color (decimal): -16419691 or 9794565. OLE color: 9794565.

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

Color convert

RGB 5 116 149 -
CMYK 0.97 0.22 0 0.42
HSL 193.75º 0.94% 0.3% -
HSV(B) 193.75º 0.97% 0.58% -
XYZ 11.73 14.69 30.65 -
YUV 86.57 163.23 69.82 -
System Red Green Blue C M Y K H S L
Decimal 5 116 149 0.97 0.22 0 0.42 193.75 0.94 0.3
Hex 5 74 95 61 16 0 2A C2 5E 1E
Octal 5 164 225 141 26 0 52 302 136 36
Binary 101 1110100 10010101 1100001 10110 0 101010 11000010 1011110 11110

Color Harmonies of #057495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057495

Black with #057495

Text Example


Text Example

White with #057495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057495; }

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

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

background-color css

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

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

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

border-color css

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

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

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