Html Css Color HEX #0156BA Cobalt

📋 copy color: '#0156BA'

red 1 ◦ green 86 ◦ blue 186

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

Shades of Cobalt #0156BA

Tints of Cobalt #0156BA

RGB

 RED value IS 1 (0.78% from 255) = 0.37%

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

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

R = 0.37%
G = 31.5%
B = 68.13%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0156BA (or 0x0156BA) is known color: Cobalt. HEX triplet: 01, 56 and BA. RGB value is (1,86,186). Sum of RGB (Red+Green+Blue) = 1+86+186=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #0156BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0156BA is #FEA945. Grayscale: #474747. Windows color (decimal): -16689478 or 12211713. OLE color: 12211713.

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

Color convert

RGB 1 86 186 -
CMYK 0.99 0.54 0 0.27
HSL 212.43º 0.99% 0.37% -
HSV(B) 212.43º 0.99% 0.73% -
XYZ 12.2 10.21 47.78 -
YUV 71.99 192.34 77.37 -
System Red Green Blue C M Y K H S L
Decimal 1 86 186 0.99 0.54 0 0.27 212.43 0.99 0.37
Hex 1 56 BA 63 36 0 1B D4 63 25
Octal 1 126 272 143 66 0 33 324 143 45
Binary 1 1010110 10111010 1100011 110110 0 11011 11010100 1100011 100101

Color Harmonies of #0156BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0156BA

Black with #0156BA

Text Example


Text Example

White with #0156BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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