#0F45B1

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

Shades of Cobalt #0F45B1

Tints of Cobalt #0F45B1

Color information

#0F45B1 (or 0x0F45B1) is unknown color: approx Cobalt. HEX triplet: 0F, 45 and B1. RGB value is (15,69,177). Sum of RGB (Red+Green+Blue) = 15+69+177=261 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.75% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 177 (69.53% from 255 or 67.82% from 261); Max value from RGB is 177 - color contains mainly: blue. Hex color #0F45B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F45B1 is #F0BA4E. Grayscale: #404040. Windows color (decimal): -15776335 or 11617551. OLE color: 11617551.

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

Color convert

RGB1569177-
CMYK0.920.6100.31
HSL220º84.38%37.65%-
HSV(B)220º91.53%69.41%-
XYZ10.267.5342.51-
YUV65.17191.1192.22-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.75%
GREEN value IS 69 (27.34% from 255) = 26.44%
BLUE value IS 177 (69.53% from 255) = 67.82%
R=5.75%
G=26.44%
B=67.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15691770.920.6100.3122084.3837.65
HexF45B15C3D01Fdc5426
Octal171052611347503733412446
Binary11111000101101100011011100111101011111110111001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F45B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,69,177); }

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

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

 a { background-color: rgb(15,69,177); }

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

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

 span { border-color: rgb(15,69,177); }

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