#004B95

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

Shades of Cobalt #004B95

Tints of Cobalt #004B95

Color information

#004B95 (or 0x004B95) is unknown color: approx Cobalt. HEX triplet: 00, 4B and 95. RGB value is (0,75,149). Sum of RGB (Red+Green+Blue) = 0+75+149=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 149 (58.59% from 255 or 66.52% from 224); Max value from RGB is 149 - color contains mainly: blue. Hex color #004B95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004B95 is #FFB46A. Grayscale: #3C3C3C. Windows color (decimal): -16757867 or 9784064. OLE color: 9784064.

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

Color convert

RGB075149-
CMYK10.5000.42
HSL209.8º100%29.22%-
HSV(B)209.8º100%58.43%-
XYZ7.947.229.41-
YUV61.01177.6584.48-

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) = 33.48%
BLUE value IS 149 (58.59% 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.42
SystemRedGreenBlueCMYKHSL
Decimal07514910.5000.42209.810029.22
Hex04B95643202Ad2641d
Octal01132251446205232214435
Binary01001011100101011100100110010010101011010010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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