Html Css Color HEX #0159AC Cobalt

📋 copy color: '#0159AC'

red 1 ◦ green 89 ◦ blue 172

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

Shades of Cobalt #0159AC

Tints of Cobalt #0159AC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.97%

 BLUE value IS 172 (67.58% from 255) = 65.65%

R = 0.38%
G = 33.97%
B = 65.65%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0159AC (or 0x0159AC) is known color: Cobalt. HEX triplet: 01, 59 and AC. RGB value is (1,89,172). Sum of RGB (Red+Green+Blue) = 1+89+172=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 172 (67.58% from 255 or 65.65% from 262); Max value from RGB is 172 - color contains mainly: blue. Hex color #0159AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0159AC is #FEA653. Grayscale: #474747. Windows color (decimal): -16688724 or 11294977. OLE color: 11294977.

HSL color Cylindrical-coordinate representation of color #0159AC: hue angle of 209.12º 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 #0159AC is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 89 172 -
CMYK 0.99 0.48 0 0.33
HSL 209.12º 0.99% 0.34% -
HSV(B) 209.12º 0.99% 0.67% -
XYZ 11.03 10.13 40.4 -
YUV 72.15 184.35 77.25 -
System Red Green Blue C M Y K H S L
Decimal 1 89 172 0.99 0.48 0 0.33 209.12 0.99 0.34
Hex 1 59 AC 63 30 0 21 D1 63 22
Octal 1 131 254 143 60 0 41 321 143 42
Binary 1 1011001 10101100 1100011 110000 0 100001 11010001 1100011 100010

Color Harmonies of #0159AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0159AC

Black with #0159AC

Text Example


Text Example

White with #0159AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0159AC; }

 p { color: rgb(1,89,172); }

 H1.HeaderClassName
 {
   color: #0159AC;
 }
 .AnyTagClassName
 {
   color: #0159AC;
 }
</style>

background-color css

<style>
 a { background-color: #0159AC; }

 a { background-color: rgb(1,89,172); }

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

border-color css

<style>
 span { border-color: #0159AC; }

 span { border-color: rgb(1,89,172); }

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