#004E98

Color #004E98 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #004E98

Tints of Cobalt #004E98

Color information

#004E98 (or 0x004E98) is unknown color: approx Cobalt. HEX triplet: 00, 4E and 98. RGB value is (0,78,152). Sum of RGB (Red+Green+Blue) = 0+78+152=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 152 (59.77% from 255 or 66.09% from 230); Max value from RGB is 152 - color contains mainly: blue. Hex color #004E98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004E98 is #FFB167. Grayscale: #3E3E3E. Windows color (decimal): -16757096 or 9981440. OLE color: 9981440.

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

Color convert

RGB078152-
CMYK10.4900.40
HSL209.21º100%29.8%-
HSV(B)209.21º100%59.61%-
XYZ8.397.7230.75-
YUV63.11178.1682.98-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 78 (30.86% from 255) = 33.91%
BLUE value IS 152 (59.77% from 255) = 66.09%
R=0%
G=33.91%
B=66.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal07815210.4900.40209.2110029.8
Hex04E986431028d1641e
Octal01162301446105032114436
Binary01001110100110001100100110001010100011010001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004E98; }

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

 H1.HeaderClassName
 {
   color: #004E98;
 }
 .AnyTagClassName
 {
   color: #004E98;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #004E98;
 }
 .BgClassName
 {
   background-color: #004E98;
 }
</style>
border-color css

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

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

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