Html Css Color HEX #056299 Cerulean

📋 copy color: '#056299'

red 5 ◦ green 98 ◦ blue 153

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

Shades of Cerulean #056299

Tints of Cerulean #056299

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.28%

 BLUE value IS 153 (60.16% from 255) = 59.77%

R = 1.95%
G = 38.28%
B = 59.77%

CMYK

 C value IS 0.97

 M value IS 0.36

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#056299 (or 0x056299) is known color: Cerulean. HEX triplet: 05, 62 and 99. RGB value is (5,98,153). Sum of RGB (Red+Green+Blue) = 5+98+153=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #056299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056299 is #FA9D66. Grayscale: #4C4C4C. Windows color (decimal): -16424295 or 10052101. OLE color: 10052101.

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

Color convert

RGB 5 98 153 -
CMYK 0.97 0.36 0 0.4
HSL 202.3º 0.94% 0.31% -
HSV(B) 202.3º 0.97% 0.6% -
XYZ 10.18 11.07 31.74 -
YUV 76.46 171.19 77.03 -
System Red Green Blue C M Y K H S L
Decimal 5 98 153 0.97 0.36 0 0.4 202.3 0.94 0.31
Hex 5 62 99 61 24 0 28 CA 5E 1F
Octal 5 142 231 141 44 0 50 312 136 37
Binary 101 1100010 10011001 1100001 100100 0 101000 11001010 1011110 11111

Color Harmonies of #056299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056299

Black with #056299

Text Example


Text Example

White with #056299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056299; }

 p { color: rgb(5,98,153); }

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

background-color css

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

 a { background-color: rgb(5,98,153); }

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

border-color css

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

 span { border-color: rgb(5,98,153); }

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