Html Css Color HEX #01409E Cobalt

📋 copy color: '#01409E'

red 1 ◦ green 64 ◦ blue 158

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

Shades of Cobalt #01409E

Tints of Cobalt #01409E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.7%

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

R = 0.45%
G = 28.7%
B = 70.85%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01409E (or 0x01409E) is known color: Cobalt. HEX triplet: 01, 40 and 9E. RGB value is (1,64,158). Sum of RGB (Red+Green+Blue) = 1+64+158=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 158 (62.11% from 255 or 70.85% from 223); Max value from RGB is 158 - color contains mainly: blue. Hex color #01409E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01409E is #FEBF61. Grayscale: #373737. Windows color (decimal): -16695138 or 10371073. OLE color: 10371073.

HSL color Cylindrical-coordinate representation of color #01409E: hue angle of 215.92º 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 #01409E is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 64 158 -
CMYK 0.99 0.59 0 0.38
HSL 215.92º 0.99% 0.31% -
HSV(B) 215.92º 0.99% 0.62% -
XYZ 8.02 6.14 33.11 -
YUV 55.88 185.63 88.86 -
System Red Green Blue C M Y K H S L
Decimal 1 64 158 0.99 0.59 0 0.38 215.92 0.99 0.31
Hex 1 40 9E 63 3B 0 26 D8 63 1F
Octal 1 100 236 143 73 0 46 330 143 37
Binary 1 1000000 10011110 1100011 111011 0 100110 11011000 1100011 11111

Color Harmonies of #01409E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01409E

Black with #01409E

Text Example


Text Example

White with #01409E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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