Html Css Color HEX #056098 Cerulean

📋 copy color: '#056098'

red 5 ◦ green 96 ◦ blue 152

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

Shades of Cerulean #056098

Tints of Cerulean #056098

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.94%

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

R = 1.98%
G = 37.94%
B = 60.08%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#056098 (or 0x056098) is known color: Cerulean. HEX triplet: 05, 60 and 98. RGB value is (5,96,152). Sum of RGB (Red+Green+Blue) = 5+96+152=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 152 (59.77% from 255 or 60.08% from 253); Max value from RGB is 152 - color contains mainly: blue. Hex color #056098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056098 is #FA9F67. Grayscale: #4A4A4A. Windows color (decimal): -16424808 or 9986053. OLE color: 9986053.

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

Color convert

RGB 5 96 152 -
CMYK 0.97 0.37 0 0.40
HSL 202.86º 0.94% 0.31% -
HSV(B) 202.86º 0.97% 0.6% -
XYZ 9.91 10.67 31.24 -
YUV 75.18 171.35 77.95 -
System Red Green Blue C M Y K H S L
Decimal 5 96 152 0.97 0.37 0 0.40 202.86 0.94 0.31
Hex 5 60 98 61 25 0 28 CB 5E 1F
Octal 5 140 230 141 45 0 50 313 136 37
Binary 101 1100000 10011000 1100001 100101 0 101000 11001011 1011110 11111

Color Harmonies of #056098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056098

Black with #056098

Text Example


Text Example

White with #056098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056098; }

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

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

background-color css

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

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

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

border-color css

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

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

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