Html Css Color HEX #01449C Cobalt

📋 copy color: '#01449C'

red 1 ◦ green 68 ◦ blue 156

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

Shades of Cobalt #01449C

Tints of Cobalt #01449C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 69.33%

R = 0.44%
G = 30.22%
B = 69.33%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01449C (or 0x01449C) is known color: Cobalt. HEX triplet: 01, 44 and 9C. RGB value is (1,68,156). Sum of RGB (Red+Green+Blue) = 1+68+156=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 156 (61.33% from 255 or 69.33% from 225); Max value from RGB is 156 - color contains mainly: blue. Hex color #01449C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01449C is #FEBB63. Grayscale: #393939. Windows color (decimal): -16694116 or 10241025. OLE color: 10241025.

HSL color Cylindrical-coordinate representation of color #01449C: hue angle of 214.06º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01449C is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 68 156 -
CMYK 0.99 0.56 0 0.39
HSL 214.06º 0.99% 0.31% -
HSV(B) 214.06º 0.99% 0.61% -
XYZ 8.08 6.54 32.29 -
YUV 58 183.3 87.34 -
System Red Green Blue C M Y K H S L
Decimal 1 68 156 0.99 0.56 0 0.39 214.06 0.99 0.31
Hex 1 44 9C 63 38 0 27 D6 63 1F
Octal 1 104 234 143 70 0 47 326 143 37
Binary 1 1000100 10011100 1100011 111000 0 100111 11010110 1100011 11111

Color Harmonies of #01449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01449C

Black with #01449C

Text Example


Text Example

White with #01449C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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