Html Css Color HEX #00449C Cobalt

📋 copy color: '#00449C'

red 0 ◦ green 68 ◦ blue 156

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

Shades of Cobalt #00449C

Tints of Cobalt #00449C

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 30.36%
B = 69.64%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#00449C (or 0x00449C) is known color: Cobalt. HEX triplet: 00, 44 and 9C. RGB value is (0,68,156). Sum of RGB (Red+Green+Blue) = 0+68+156=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 156 (61.33% from 255 or 69.64% from 224); Max value from RGB is 156 - color contains mainly: blue. Hex color #00449C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00449C is #FFBB63. Grayscale: #393939. Windows color (decimal): -16759652 or 10241024. OLE color: 10241024.

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

Color convert

RGB 0 68 156 -
CMYK 1 0.56 0 0.39
HSL 213.85º 1% 0.31% -
HSV(B) 213.85º 1% 0.61% -
XYZ 8.07 6.53 32.29 -
YUV 57.7 183.47 86.84 -
System Red Green Blue C M Y K H S L
Decimal 0 68 156 1 0.56 0 0.39 213.85 1 0.31
Hex 0 44 9C 64 38 0 27 D6 64 1F
Octal 0 104 234 144 70 0 47 326 144 37
Binary 0 1000100 10011100 1100100 111000 0 100111 11010110 1100100 11111

Color Harmonies of #00449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00449C

Black with #00449C

Text Example


Text Example

White with #00449C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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