Html Css Color HEX #056F99 Cerulean

📋 copy color: '#056F99'

red 5 ◦ green 111 ◦ blue 153

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

Shades of Cerulean #056F99

Tints of Cerulean #056F99

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.26%

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

R = 1.86%
G = 41.26%
B = 56.88%

CMYK

 C value IS 0.97

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#056F99 (or 0x056F99) is known color: Cerulean. HEX triplet: 05, 6F and 99. RGB value is (5,111,153). Sum of RGB (Red+Green+Blue) = 5+111+153=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #056F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056F99 is #FA9066. Grayscale: #535353. Windows color (decimal): -16420967 or 10055429. OLE color: 10055429.

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

Color convert

RGB 5 111 153 -
CMYK 0.97 0.27 0 0.4
HSL 197.03º 0.94% 0.31% -
HSV(B) 197.03º 0.97% 0.6% -
XYZ 11.5 13.7 32.18 -
YUV 84.09 166.88 71.58 -
System Red Green Blue C M Y K H S L
Decimal 5 111 153 0.97 0.27 0 0.4 197.03 0.94 0.31
Hex 5 6F 99 61 1B 0 28 C5 5E 1F
Octal 5 157 231 141 33 0 50 305 136 37
Binary 101 1101111 10011001 1100001 11011 0 101000 11000101 1011110 11111

Color Harmonies of #056F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056F99

Black with #056F99

Text Example


Text Example

White with #056F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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