Html Css Color HEX #01459F Cobalt

📋 copy color: '#01459F'

red 1 ◦ green 69 ◦ blue 159

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

Shades of Cobalt #01459F

Tints of Cobalt #01459F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.13%

 BLUE value IS 159 (62.5% from 255) = 69.43%

R = 0.44%
G = 30.13%
B = 69.43%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01459F (or 0x01459F) is known color: Cobalt. HEX triplet: 01, 45 and 9F. RGB value is (1,69,159). Sum of RGB (Red+Green+Blue) = 1+69+159=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 159 (62.5% from 255 or 69.43% from 229); Max value from RGB is 159 - color contains mainly: blue. Hex color #01459F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01459F is #FEBA60. Grayscale: #3A3A3A. Windows color (decimal): -16693857 or 10437889. OLE color: 10437889.

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

Color convert

RGB 1 69 159 -
CMYK 0.99 0.57 0 0.38
HSL 214.18º 0.99% 0.31% -
HSV(B) 214.18º 0.99% 0.62% -
XYZ 8.4 6.77 33.66 -
YUV 58.93 184.47 86.68 -
System Red Green Blue C M Y K H S L
Decimal 1 69 159 0.99 0.57 0 0.38 214.18 0.99 0.31
Hex 1 45 9F 63 39 0 26 D6 63 1F
Octal 1 105 237 143 71 0 46 326 143 37
Binary 1 1000101 10011111 1100011 111001 0 100110 11010110 1100011 11111

Color Harmonies of #01459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01459F

Black with #01459F

Text Example


Text Example

White with #01459F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01459F; }

 p { color: rgb(1,69,159); }

 H1.HeaderClassName
 {
   color: #01459F;
 }
 .AnyTagClassName
 {
   color: #01459F;
 }
</style>

background-color css

<style>
 a { background-color: #01459F; }

 a { background-color: rgb(1,69,159); }

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

border-color css

<style>
 span { border-color: #01459F; }

 span { border-color: rgb(1,69,159); }

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