Html Css Color HEX #057193 Cerulean

📋 copy color: '#057193'

red 5 ◦ green 113 ◦ blue 147

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

Shades of Cerulean #057193

Tints of Cerulean #057193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.47%

R = 1.89%
G = 42.64%
B = 55.47%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#057193 (or 0x057193) is known color: Cerulean. HEX triplet: 05, 71 and 93. RGB value is (5,113,147). Sum of RGB (Red+Green+Blue) = 5+113+147=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 147 (57.81% from 255 or 55.47% from 265); Max value from RGB is 147 - color contains mainly: blue. Hex color #057193 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057193 is #FA8E6C. Grayscale: #545454. Windows color (decimal): -16420461 or 9662725. OLE color: 9662725.

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

Color convert

RGB 5 113 147 -
CMYK 0.97 0.23 0 0.42
HSL 194.37º 0.93% 0.3% -
HSV(B) 194.37º 0.97% 0.58% -
XYZ 11.23 13.95 29.7 -
YUV 84.58 163.22 71.24 -
System Red Green Blue C M Y K H S L
Decimal 5 113 147 0.97 0.23 0 0.42 194.37 0.93 0.3
Hex 5 71 93 61 17 0 2A C2 5D 1E
Octal 5 161 223 141 27 0 52 302 135 36
Binary 101 1110001 10010011 1100001 10111 0 101010 11000010 1011101 11110

Color Harmonies of #057193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057193

Black with #057193

Text Example


Text Example

White with #057193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057193; }

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

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

background-color css

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

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

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

border-color css

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

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

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