#003ABF

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

Shades of Cobalt #003ABF

Tints of Cobalt #003ABF

Color information

#003ABF (or 0x003ABF) is unknown color: approx Cobalt. HEX triplet: 00, 3A and BF. RGB value is (0,58,191). Sum of RGB (Red+Green+Blue) = 0+58+191=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 191 (75% from 255 or 76.71% from 249); Max value from RGB is 191 - color contains mainly: blue. Hex color #003ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003ABF is #FFC540. Grayscale: #373737. Windows color (decimal): -16762177 or 12532224. OLE color: 12532224.

HSL color Cylindrical-coordinate representation of color #003ABF: hue angle of 221.78º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003ABF is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB058191-
CMYK10.7000.25
HSL221.78º100%37.45%-
HSV(B)221.78º100%74.9%-
XYZ10.926.7950.02-
YUV55.82204.2888.19-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 58 (23.05% from 255) = 23.29%
BLUE value IS 191 (75% from 255) = 76.71%
R=0%
G=23.29%
B=76.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal05819110.7000.25221.7810037.45
Hex03ABF6446019de6425
Octal07227714410603133614445
Binary01110101011111111001001000110011001110111101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003ABF; }

 p { color: rgb(0,58,191); }

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

<style>
 a { background-color: #003ABF; }

 a { background-color: rgb(0,58,191); }

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

<style>
 span { border-color: #003ABF; }

 span { border-color: rgb(0,58,191); }

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