Html Css Color HEX #0056BA Cobalt

📋 copy color: '#0056BA'

red 0 ◦ green 86 ◦ blue 186

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

Shades of Cobalt #0056BA

Tints of Cobalt #0056BA

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 86 (33.98% from 255) = 31.62%

 BLUE value IS 186 (73.05% from 255) = 68.38%

R = 0%
G = 31.62%
B = 68.38%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0056BA (or 0x0056BA) is known color: Cobalt. HEX triplet: 00, 56 and BA. RGB value is (0,86,186). Sum of RGB (Red+Green+Blue) = 0+86+186=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 186 (73.05% from 255 or 68.38% from 272); Max value from RGB is 186 - color contains mainly: blue. Hex color #0056BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0056BA is #FFA945. Grayscale: #474747. Windows color (decimal): -16755014 or 12211712. OLE color: 12211712.

HSL color Cylindrical-coordinate representation of color #0056BA: hue angle of 212.26º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0056BA is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 86 186 -
CMYK 1 0.54 0 0.27
HSL 212.26º 1% 0.36% -
HSV(B) 212.26º 1% 0.73% -
XYZ 12.19 10.2 47.78 -
YUV 71.69 192.51 76.87 -
System Red Green Blue C M Y K H S L
Decimal 0 86 186 1 0.54 0 0.27 212.26 1 0.36
Hex 0 56 BA 64 36 0 1B D4 64 24
Octal 0 126 272 144 66 0 33 324 144 44
Binary 0 1010110 10111010 1100100 110110 0 11011 11010100 1100100 100100

Color Harmonies of #0056BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0056BA

Black with #0056BA

Text Example


Text Example

White with #0056BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0056BA; }

 p { color: rgb(0,86,186); }

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

background-color css

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

 a { background-color: rgb(0,86,186); }

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

border-color css

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

 span { border-color: rgb(0,86,186); }

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