Html Css Color HEX #057390 Cerulean

📋 copy color: '#057390'

red 5 ◦ green 115 ◦ blue 144

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

Shades of Cerulean #057390

Tints of Cerulean #057390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.56%

 BLUE value IS 144 (56.64% from 255) = 54.55%

R = 1.89%
G = 43.56%
B = 54.55%

CMYK

 C value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#057390 (or 0x057390) is known color: Cerulean. HEX triplet: 05, 73 and 90. RGB value is (5,115,144). Sum of RGB (Red+Green+Blue) = 5+115+144=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #057390 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057390 is #FA8C6F. Grayscale: #555555. Windows color (decimal): -16419952 or 9466629. OLE color: 9466629.

HSL color Cylindrical-coordinate representation of color #057390: hue angle of 192.52º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057390 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 115 144 -
CMYK 0.97 0.20 0 0.44
HSL 192.52º 0.93% 0.29% -
HSV(B) 192.52º 0.97% 0.56% -
XYZ 11.23 14.31 28.56 -
YUV 85.42 161.06 70.64 -
System Red Green Blue C M Y K H S L
Decimal 5 115 144 0.97 0.20 0 0.44 192.52 0.93 0.29
Hex 5 73 90 61 14 0 2C C1 5D 1D
Octal 5 163 220 141 24 0 54 301 135 35
Binary 101 1110011 10010000 1100001 10100 0 101100 11000001 1011101 11101

Color Harmonies of #057390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057390

Black with #057390

Text Example


Text Example

White with #057390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057390; }

 p { color: rgb(5,115,144); }

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

background-color css

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

 a { background-color: rgb(5,115,144); }

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

border-color css

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

 span { border-color: rgb(5,115,144); }

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