Html Css Color HEX #01449F Cobalt

📋 copy color: '#01449F'

red 1 ◦ green 68 ◦ blue 159

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

Shades of Cobalt #01449F

Tints of Cobalt #01449F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.82%

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

R = 0.44%
G = 29.82%
B = 69.74%

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

#01449F (or 0x01449F) is known color: Cobalt. HEX triplet: 01, 44 and 9F. RGB value is (1,68,159). Sum of RGB (Red+Green+Blue) = 1+68+159=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 159 (62.5% from 255 or 69.74% from 228); Max value from RGB is 159 - color contains mainly: blue. Hex color #01449F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01449F is #FEBB60. Grayscale: #393939. Windows color (decimal): -16694113 or 10437633. OLE color: 10437633.

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

Color convert

RGB 1 68 159 -
CMYK 0.99 0.57 0 0.38
HSL 214.56º 0.99% 0.31% -
HSV(B) 214.56º 0.99% 0.62% -
XYZ 8.34 6.64 33.64 -
YUV 58.34 184.8 87.1 -
System Red Green Blue C M Y K H S L
Decimal 1 68 159 0.99 0.57 0 0.38 214.56 0.99 0.31
Hex 1 44 9F 63 39 0 26 D7 63 1F
Octal 1 104 237 143 71 0 46 327 143 37
Binary 1 1000100 10011111 1100011 111001 0 100110 11010111 1100011 11111

Color Harmonies of #01449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01449F

Black with #01449F

Text Example


Text Example

White with #01449F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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