Html Css Color HEX #004699 Cobalt

📋 copy color: '#004699'

red 0 ◦ green 70 ◦ blue 153

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

Shades of Cobalt #004699

Tints of Cobalt #004699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.39%

 BLUE value IS 153 (60.16% from 255) = 68.61%

R = 0%
G = 31.39%
B = 68.61%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#004699 (or 0x004699) is known color: Cobalt. HEX triplet: 00, 46 and 99. RGB value is (0,70,153). Sum of RGB (Red+Green+Blue) = 0+70+153=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 153 (60.16% from 255 or 68.61% from 223); Max value from RGB is 153 - color contains mainly: blue. Hex color #004699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004699 is #FFB966. Grayscale: #3A3A3A. Windows color (decimal): -16759143 or 10044928. OLE color: 10044928.

HSL color Cylindrical-coordinate representation of color #004699: hue angle of 212.55º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004699 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 0 70 153 -
CMYK 1 0.54 0 0.4
HSL 212.55º 1% 0.3% -
HSV(B) 212.55º 1% 0.6% -
XYZ 7.94 6.68 31.01 -
YUV 58.53 181.31 86.25 -
System Red Green Blue C M Y K H S L
Decimal 0 70 153 1 0.54 0 0.4 212.55 1 0.3
Hex 0 46 99 64 36 0 28 D5 64 1E
Octal 0 106 231 144 66 0 50 325 144 36
Binary 0 1000110 10011001 1100100 110110 0 101000 11010101 1100100 11110

Color Harmonies of #004699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004699

Black with #004699

Text Example


Text Example

White with #004699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004699; }

 p { color: rgb(0,70,153); }

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

background-color css

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

 a { background-color: rgb(0,70,153); }

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

border-color css

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

 span { border-color: rgb(0,70,153); }

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