#004B9F

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

Shades of Cobalt #004B9F

Tints of Cobalt #004B9F

Color information

#004B9F (or 0x004B9F) is unknown color: approx Cobalt. HEX triplet: 00, 4B and 9F. RGB value is (0,75,159). Sum of RGB (Red+Green+Blue) = 0+75+159=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 159 (62.5% from 255 or 67.95% from 234); Max value from RGB is 159 - color contains mainly: blue. Hex color #004B9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004B9F is #FFB460. Grayscale: #3D3D3D. Windows color (decimal): -16757857 or 10439424. OLE color: 10439424.

HSL color Cylindrical-coordinate representation of color #004B9F: hue angle of 211.7º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004B9F is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB075159-
CMYK10.5300.38
HSL211.7º100%31.18%-
HSV(B)211.7º100%62.35%-
XYZ8.777.5433.79-
YUV62.15182.6583.67-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 75 (29.69% from 255) = 32.05%
BLUE value IS 159 (62.5% from 255) = 67.95%
R=0%
G=32.05%
B=67.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal07515910.5300.38211.710031.18
Hex04B9F6435026d4641f
Octal01132371446504632414437
Binary01001011100111111100100110101010011011010100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,75,159); }

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

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

 a { background-color: rgb(0,75,159); }

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

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

 span { border-color: rgb(0,75,159); }

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