Html Css Color HEX #01519A Cobalt

📋 copy color: '#01519A'

red 1 ◦ green 81 ◦ blue 154

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

Shades of Cobalt #01519A

Tints of Cobalt #01519A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.32%

 BLUE value IS 154 (60.55% from 255) = 65.25%

R = 0.42%
G = 34.32%
B = 65.25%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#01519A (or 0x01519A) is known color: Cobalt. HEX triplet: 01, 51 and 9A. RGB value is (1,81,154). Sum of RGB (Red+Green+Blue) = 1+81+154=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 154 (60.55% from 255 or 65.25% from 236); Max value from RGB is 154 - color contains mainly: blue. Hex color #01519A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01519A is #FEAE65. Grayscale: #414141. Windows color (decimal): -16690790 or 10113281. OLE color: 10113281.

HSL color Cylindrical-coordinate representation of color #01519A: hue angle of 208.63º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01519A is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 81 154 -
CMYK 0.99 0.47 0 0.40
HSL 208.63º 0.99% 0.3% -
HSV(B) 208.63º 0.99% 0.6% -
XYZ 8.79 8.22 31.7 -
YUV 65.4 178 82.06 -
System Red Green Blue C M Y K H S L
Decimal 1 81 154 0.99 0.47 0 0.40 208.63 0.99 0.3
Hex 1 51 9A 63 2F 0 28 D1 63 1E
Octal 1 121 232 143 57 0 50 321 143 36
Binary 1 1010001 10011010 1100011 101111 0 101000 11010001 1100011 11110

Color Harmonies of #01519A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01519A

Black with #01519A

Text Example


Text Example

White with #01519A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01519A; }

 p { color: rgb(1,81,154); }

 H1.HeaderClassName
 {
   color: #01519A;
 }
 .AnyTagClassName
 {
   color: #01519A;
 }
</style>

background-color css

<style>
 a { background-color: #01519A; }

 a { background-color: rgb(1,81,154); }

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

border-color css

<style>
 span { border-color: #01519A; }

 span { border-color: rgb(1,81,154); }

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