Html Css Color HEX #0156AB Cobalt

📋 copy color: '#0156AB'

red 1 ◦ green 86 ◦ blue 171

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

Shades of Cobalt #0156AB

Tints of Cobalt #0156AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 66.28%

R = 0.39%
G = 33.33%
B = 66.28%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0156AB (or 0x0156AB) is known color: Cobalt. HEX triplet: 01, 56 and AB. RGB value is (1,86,171). Sum of RGB (Red+Green+Blue) = 1+86+171=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 171 (67.19% from 255 or 66.28% from 258); Max value from RGB is 171 - color contains mainly: blue. Hex color #0156AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0156AB is #FEA954. Grayscale: #454545. Windows color (decimal): -16689493 or 11228673. OLE color: 11228673.

HSL color Cylindrical-coordinate representation of color #0156AB: hue angle of 210º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0156AB is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 86 171 -
CMYK 0.99 0.50 0 0.33
HSL 210º 0.99% 0.34% -
HSV(B) 210º 0.99% 0.67% -
XYZ 10.69 9.6 39.82 -
YUV 70.28 184.84 78.59 -
System Red Green Blue C M Y K H S L
Decimal 1 86 171 0.99 0.50 0 0.33 210 0.99 0.34
Hex 1 56 AB 63 32 0 21 D2 63 22
Octal 1 126 253 143 62 0 41 322 143 42
Binary 1 1010110 10101011 1100011 110010 0 100001 11010010 1100011 100010

Color Harmonies of #0156AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0156AB

Black with #0156AB

Text Example


Text Example

White with #0156AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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