#004E9B

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

Shades of Cobalt #004E9B

Tints of Cobalt #004E9B

Color information

#004E9B (or 0x004E9B) is unknown color: approx Cobalt. HEX triplet: 00, 4E and 9B. RGB value is (0,78,155). Sum of RGB (Red+Green+Blue) = 0+78+155=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 155 (60.94% from 255 or 66.52% from 233); Max value from RGB is 155 - color contains mainly: blue. Hex color #004E9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004E9B is #FFB164. Grayscale: #3F3F3F. Windows color (decimal): -16757093 or 10178048. OLE color: 10178048.

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

Color convert

RGB078155-
CMYK10.5000.39
HSL209.81º100%30.39%-
HSV(B)209.81º100%60.78%-
XYZ8.647.8232.06-
YUV63.46179.6682.74-

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.48%
BLUE value IS 155 (60.94% from 255) = 66.52%
R=0%
G=33.48%
B=66.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal07815510.5000.39209.8110030.39
Hex04E9B6432027d2641e
Octal01162331446204732214436
Binary01001110100110111100100110010010011111010010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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