#004CB1

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

Shades of Cobalt #004CB1

Tints of Cobalt #004CB1

Color information

#004CB1 (or 0x004CB1) is unknown color: approx Cobalt. HEX triplet: 00, 4C and B1. RGB value is (0,76,177). Sum of RGB (Red+Green+Blue) = 0+76+177=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 177 (69.53% from 255 or 69.96% from 253); Max value from RGB is 177 - color contains mainly: blue. Hex color #004CB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004CB1 is #FFB34E. Grayscale: #404040. Windows color (decimal): -16757583 or 11619328. OLE color: 11619328.

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

Color convert

RGB076177-
CMYK10.5700.31
HSL214.24º100%34.71%-
HSV(B)214.24º100%69.41%-
XYZ10.528.3442.65-
YUV64.79191.3281.79-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 76 (30.08% from 255) = 30.04%
BLUE value IS 177 (69.53% from 255) = 69.96%
R=0%
G=30.04%
B=69.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal07617710.5700.31214.2410034.71
Hex04CB1643901Fd66423
Octal01142611447103732614443
Binary01001100101100011100100111001011111110101101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,76,177); }

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

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

 a { background-color: rgb(0,76,177); }

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

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

 span { border-color: rgb(0,76,177); }

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