#0F46B0

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

Shades of Cobalt #0F46B0

Tints of Cobalt #0F46B0

Color information

#0F46B0 (or 0x0F46B0) is unknown color: approx Cobalt. HEX triplet: 0F, 46 and B0. RGB value is (15,70,176). Sum of RGB (Red+Green+Blue) = 15+70+176=261 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.75% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 176 (69.14% from 255 or 67.43% from 261); Max value from RGB is 176 - color contains mainly: blue. Hex color #0F46B0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F46B0 is #F0B94F. Grayscale: #414141. Windows color (decimal): -15776080 or 11552271. OLE color: 11552271.

HSL color Cylindrical-coordinate representation of color #0F46B0: hue angle of 219.5º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F46B0 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1570176-
CMYK0.910.6000.31
HSL219.5º84.29%37.45%-
HSV(B)219.5º91.48%69.02%-
XYZ10.227.6242.01-
YUV65.64190.2891.88-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.75%
GREEN value IS 70 (27.73% from 255) = 26.82%
BLUE value IS 176 (69.14% from 255) = 67.43%
R=5.75%
G=26.82%
B=67.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15701760.910.6000.31219.584.2937.45
HexF46B05B3C01Fdc5425
Octal171062601337403733412445
Binary11111000110101100001011011111100011111110111001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F46B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F46B0; }

 p { color: rgb(15,70,176); }

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

<style>
 a { background-color: #0F46B0; }

 a { background-color: rgb(15,70,176); }

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

<style>
 span { border-color: #0F46B0; }

 span { border-color: rgb(15,70,176); }

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