Html Css Color HEX #057398 Cerulean

📋 copy color: '#057398'

red 5 ◦ green 115 ◦ blue 152

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

Shades of Cerulean #057398

Tints of Cerulean #057398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 55.88%

R = 1.84%
G = 42.28%
B = 55.88%

CMYK

 C value IS 0.97

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#057398 (or 0x057398) is known color: Cerulean. HEX triplet: 05, 73 and 98. RGB value is (5,115,152). Sum of RGB (Red+Green+Blue) = 5+115+152=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 152 (59.77% from 255 or 55.88% from 272); Max value from RGB is 152 - color contains mainly: blue. Hex color #057398 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057398 is #FA8C67. Grayscale: #565656. Windows color (decimal): -16419944 or 9990917. OLE color: 9990917.

HSL color Cylindrical-coordinate representation of color #057398: hue angle of 195.1º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057398 is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 115 152 -
CMYK 0.97 0.24 0 0.40
HSL 195.1º 0.94% 0.31% -
HSV(B) 195.1º 0.97% 0.6% -
XYZ 11.86 14.56 31.89 -
YUV 86.33 165.06 69.99 -
System Red Green Blue C M Y K H S L
Decimal 5 115 152 0.97 0.24 0 0.40 195.1 0.94 0.31
Hex 5 73 98 61 18 0 28 C3 5E 1F
Octal 5 163 230 141 30 0 50 303 136 37
Binary 101 1110011 10011000 1100001 11000 0 101000 11000011 1011110 11111

Color Harmonies of #057398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057398

Black with #057398

Text Example


Text Example

White with #057398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057398; }

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

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

background-color css

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

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

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

border-color css

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

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

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