Html Css Color HEX #057195 Cerulean

📋 copy color: '#057195'

red 5 ◦ green 113 ◦ blue 149

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

Shades of Cerulean #057195

Tints of Cerulean #057195

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.32%

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

R = 1.87%
G = 42.32%
B = 55.81%

CMYK

 C value IS 0.97

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#057195 (or 0x057195) is known color: Cerulean. HEX triplet: 05, 71 and 95. RGB value is (5,113,149). Sum of RGB (Red+Green+Blue) = 5+113+149=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #057195 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057195 is #FA8E6A. Grayscale: #545454. Windows color (decimal): -16420459 or 9793797. OLE color: 9793797.

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

Color convert

RGB 5 113 149 -
CMYK 0.97 0.24 0 0.42
HSL 195º 0.94% 0.3% -
HSV(B) 195º 0.97% 0.58% -
XYZ 11.39 14.01 30.54 -
YUV 84.81 164.22 71.07 -
System Red Green Blue C M Y K H S L
Decimal 5 113 149 0.97 0.24 0 0.42 195 0.94 0.3
Hex 5 71 95 61 18 0 2A C3 5E 1E
Octal 5 161 225 141 30 0 52 303 136 36
Binary 101 1110001 10010101 1100001 11000 0 101010 11000011 1011110 11110

Color Harmonies of #057195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057195

Black with #057195

Text Example


Text Example

White with #057195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057195; }

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

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

background-color css

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

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

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

border-color css

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

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

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