Html Css Color HEX #01519E Cobalt

📋 copy color: '#01519E'

red 1 ◦ green 81 ◦ blue 158

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

Shades of Cobalt #01519E

Tints of Cobalt #01519E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 65.83%

R = 0.42%
G = 33.75%
B = 65.83%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01519E (or 0x01519E) is known color: Cobalt. HEX triplet: 01, 51 and 9E. RGB value is (1,81,158). Sum of RGB (Red+Green+Blue) = 1+81+158=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 158 (62.11% from 255 or 65.83% from 240); Max value from RGB is 158 - color contains mainly: blue. Hex color #01519E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01519E is #FEAE61. Grayscale: #414141. Windows color (decimal): -16690786 or 10375425. OLE color: 10375425.

HSL color Cylindrical-coordinate representation of color #01519E: hue angle of 209.43º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01519E is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 81 158 -
CMYK 0.99 0.49 0 0.38
HSL 209.43º 0.99% 0.31% -
HSV(B) 209.43º 0.99% 0.62% -
XYZ 9.13 8.36 33.48 -
YUV 65.86 180 81.74 -
System Red Green Blue C M Y K H S L
Decimal 1 81 158 0.99 0.49 0 0.38 209.43 0.99 0.31
Hex 1 51 9E 63 31 0 26 D1 63 1F
Octal 1 121 236 143 61 0 46 321 143 37
Binary 1 1010001 10011110 1100011 110001 0 100110 11010001 1100011 11111

Color Harmonies of #01519E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01519E

Black with #01519E

Text Example


Text Example

White with #01519E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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