Html Css Color HEX #057298 Cerulean

📋 copy color: '#057298'

red 5 ◦ green 114 ◦ blue 152

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

Shades of Cerulean #057298

Tints of Cerulean #057298

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.07%

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

R = 1.85%
G = 42.07%
B = 56.09%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#057298 (or 0x057298) is known color: Cerulean. HEX triplet: 05, 72 and 98. RGB value is (5,114,152). Sum of RGB (Red+Green+Blue) = 5+114+152=271 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #057298 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057298 is #FA8D67. Grayscale: #555555. Windows color (decimal): -16420200 or 9990661. OLE color: 9990661.

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

Color convert

RGB 5 114 152 -
CMYK 0.97 0.25 0 0.40
HSL 195.51º 0.94% 0.31% -
HSV(B) 195.51º 0.97% 0.6% -
XYZ 11.75 14.33 31.85 -
YUV 85.74 165.39 70.41 -
System Red Green Blue C M Y K H S L
Decimal 5 114 152 0.97 0.25 0 0.40 195.51 0.94 0.31
Hex 5 72 98 61 19 0 28 C4 5E 1F
Octal 5 162 230 141 31 0 50 304 136 37
Binary 101 1110010 10011000 1100001 11001 0 101000 11000100 1011110 11111

Color Harmonies of #057298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057298

Black with #057298

Text Example


Text Example

White with #057298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057298; }

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

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

background-color css

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

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

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

border-color css

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

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

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