Html Css Color HEX #004698 Cobalt

📋 copy color: '#004698'

red 0 ◦ green 70 ◦ blue 152

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

Shades of Cobalt #004698

Tints of Cobalt #004698

RGB

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

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

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

R = 0%
G = 31.53%
B = 68.47%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#004698 (or 0x004698) is known color: Cobalt. HEX triplet: 00, 46 and 98. RGB value is (0,70,152). Sum of RGB (Red+Green+Blue) = 0+70+152=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 152 (59.77% from 255 or 68.47% from 222); Max value from RGB is 152 - color contains mainly: blue. Hex color #004698 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004698 is #FFB967. Grayscale: #3A3A3A. Windows color (decimal): -16759144 or 9979392. OLE color: 9979392.

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

Color convert

RGB 0 70 152 -
CMYK 1 0.54 0 0.40
HSL 212.37º 1% 0.3% -
HSV(B) 212.37º 1% 0.6% -
XYZ 7.86 6.65 30.57 -
YUV 58.42 180.81 86.33 -
System Red Green Blue C M Y K H S L
Decimal 0 70 152 1 0.54 0 0.40 212.37 1 0.3
Hex 0 46 98 64 36 0 28 D4 64 1E
Octal 0 106 230 144 66 0 50 324 144 36
Binary 0 1000110 10011000 1100100 110110 0 101000 11010100 1100100 11110

Color Harmonies of #004698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004698

Black with #004698

Text Example


Text Example

White with #004698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004698; }

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

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

background-color css

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

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

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

border-color css

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

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

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