Html Css Color HEX #057095 Cerulean

📋 copy color: '#057095'

red 5 ◦ green 112 ◦ blue 149

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

Shades of Cerulean #057095

Tints of Cerulean #057095

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.11%

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

R = 1.88%
G = 42.11%
B = 56.02%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#057095 (or 0x057095) is known color: Cerulean. HEX triplet: 05, 70 and 95. RGB value is (5,112,149). Sum of RGB (Red+Green+Blue) = 5+112+149=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #057095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057095 is #FA8F6A. Grayscale: #535353. Windows color (decimal): -16420715 or 9793541. OLE color: 9793541.

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

Color convert

RGB 5 112 149 -
CMYK 0.97 0.25 0 0.42
HSL 195.42º 0.94% 0.3% -
HSV(B) 195.42º 0.97% 0.58% -
XYZ 11.28 13.79 30.5 -
YUV 84.23 164.55 71.49 -
System Red Green Blue C M Y K H S L
Decimal 5 112 149 0.97 0.25 0 0.42 195.42 0.94 0.3
Hex 5 70 95 61 19 0 2A C3 5E 1E
Octal 5 160 225 141 31 0 52 303 136 36
Binary 101 1110000 10010101 1100001 11001 0 101010 11000011 1011110 11110

Color Harmonies of #057095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057095

Black with #057095

Text Example


Text Example

White with #057095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057095; }

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

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

background-color css

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

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

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

border-color css

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

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

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