#0048BF

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

Shades of Cobalt #0048BF

Tints of Cobalt #0048BF

Color information

#0048BF (or 0x0048BF) is unknown color: approx Cobalt. HEX triplet: 00, 48 and BF. RGB value is (0,72,191). Sum of RGB (Red+Green+Blue) = 0+72+191=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 191 (75% from 255 or 72.62% from 263); Max value from RGB is 191 - color contains mainly: blue. Hex color #0048BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0048BF is #FFB740. Grayscale: #3F3F3F. Windows color (decimal): -16758593 or 12535808. OLE color: 12535808.

HSL color Cylindrical-coordinate representation of color #0048BF: hue angle of 217.38º 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 #0048BF is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB072191-
CMYK10.6200.25
HSL217.38º100%37.45%-
HSV(B)217.38º100%74.9%-
XYZ11.728.450.29-
YUV64.04199.6582.32-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 72 (28.52% from 255) = 27.38%
BLUE value IS 191 (75% from 255) = 72.62%
R=0%
G=27.38%
B=72.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal07219110.6200.25217.3810037.45
Hex048BF643E019d96425
Octal01102771447603133114445
Binary01001000101111111100100111110011001110110011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0048BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0048BF; }

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

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

<style>
 a { background-color: #0048BF; }

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

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

<style>
 span { border-color: #0048BF; }

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

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