#0F48AA

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

Shades of Cobalt #0F48AA

Tints of Cobalt #0F48AA

Color information

#0F48AA (or 0x0F48AA) is unknown color: approx Cobalt. HEX triplet: 0F, 48 and AA. RGB value is (15,72,170). Sum of RGB (Red+Green+Blue) = 15+72+170=257 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.84% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F48AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F48AA is #F0B755. Grayscale: #414141. Windows color (decimal): -15775574 or 11159567. OLE color: 11159567.

HSL color Cylindrical-coordinate representation of color #0F48AA: hue angle of 217.94º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F48AA is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1572170-
CMYK0.910.5800.33
HSL217.94º83.78%36.27%-
HSV(B)217.94º91.18%66.67%-
XYZ9.777.6438.99-
YUV66.13186.6291.53-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.84%
GREEN value IS 72 (28.52% from 255) = 28.02%
BLUE value IS 170 (66.80% from 255) = 66.15%
R=5.84%
G=28.02%
B=66.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15721700.910.5800.33217.9483.7836.27
HexF48AA5B3A021da5424
Octal171102521337204133212444
Binary111110010001010101010110111110100100001110110101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F48AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,72,170); }

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

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

 a { background-color: rgb(15,72,170); }

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

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

 span { border-color: rgb(15,72,170); }

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