Html Css Color HEX #056FB2 Cerulean

📋 copy color: '#056FB2'

red 5 ◦ green 111 ◦ blue 178

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

Shades of Cerulean #056FB2

Tints of Cerulean #056FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 60.54%

R = 1.7%
G = 37.76%
B = 60.54%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#056FB2 (or 0x056FB2) is known color: Cerulean. HEX triplet: 05, 6F and B2. RGB value is (5,111,178). Sum of RGB (Red+Green+Blue) = 5+111+178=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 178 (69.92% from 255 or 60.54% from 294); Max value from RGB is 178 - color contains mainly: blue. Hex color #056FB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056FB2 is #FA904D. Grayscale: #565656. Windows color (decimal): -16420942 or 11693829. OLE color: 11693829.

HSL color Cylindrical-coordinate representation of color #056FB2: hue angle of 203.24º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056FB2 is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 5 111 178 -
CMYK 0.97 0.38 0 0.30
HSL 203.24º 0.95% 0.36% -
HSV(B) 203.24º 0.97% 0.7% -
XYZ 13.78 14.62 44.21 -
YUV 86.94 179.38 69.55 -
System Red Green Blue C M Y K H S L
Decimal 5 111 178 0.97 0.38 0 0.30 203.24 0.95 0.36
Hex 5 6F B2 61 26 0 1E CB 5F 24
Octal 5 157 262 141 46 0 36 313 137 44
Binary 101 1101111 10110010 1100001 100110 0 11110 11001011 1011111 100100

Color Harmonies of #056FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056FB2

Black with #056FB2

Text Example


Text Example

White with #056FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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