Html Css Color HEX #004498 Cobalt

📋 copy color: '#004498'

red 0 ◦ green 68 ◦ blue 152

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

Shades of Cobalt #004498

Tints of Cobalt #004498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 69.09%

R = 0%
G = 30.91%
B = 69.09%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#004498 (or 0x004498) is known color: Cobalt. HEX triplet: 00, 44 and 98. RGB value is (0,68,152). Sum of RGB (Red+Green+Blue) = 0+68+152=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 152 (59.77% from 255 or 69.09% from 220); Max value from RGB is 152 - color contains mainly: blue. Hex color #004498 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004498 is #FFBB67. Grayscale: #383838. Windows color (decimal): -16759656 or 9978880. OLE color: 9978880.

HSL color Cylindrical-coordinate representation of color #004498: hue angle of 213.16º 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 #004498 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 68 152 -
CMYK 1 0.55 0 0.40
HSL 213.16º 1% 0.3% -
HSV(B) 213.16º 1% 0.6% -
XYZ 7.73 6.4 30.53 -
YUV 57.24 181.47 87.17 -
System Red Green Blue C M Y K H S L
Decimal 0 68 152 1 0.55 0 0.40 213.16 1 0.3
Hex 0 44 98 64 37 0 28 D5 64 1E
Octal 0 104 230 144 67 0 50 325 144 36
Binary 0 1000100 10011000 1100100 110111 0 101000 11010101 1100100 11110

Color Harmonies of #004498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004498

Black with #004498

Text Example


Text Example

White with #004498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004498; }

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

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

background-color css

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

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

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

border-color css

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

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

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