#0F44AA

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

Shades of Cobalt #0F44AA

Tints of Cobalt #0F44AA

Color information

#0F44AA (or 0x0F44AA) is unknown color: approx Cobalt. HEX triplet: 0F, 44 and AA. RGB value is (15,68,170). Sum of RGB (Red+Green+Blue) = 15+68+170=253 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.93% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 170 (66.80% from 255 or 67.19% from 253); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F44AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F44AA is #F0BB55. Grayscale: #3F3F3F. Windows color (decimal): -15776598 or 11158543. OLE color: 11158543.

HSL color Cylindrical-coordinate representation of color #0F44AA: hue angle of 219.48º 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 #0F44AA is Cyan = 0.91, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1568170-
CMYK0.910.600.33
HSL219.48º83.78%36.27%-
HSV(B)219.48º91.18%66.67%-
XYZ9.527.1438.91-
YUV63.78187.9493.21-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.93%
GREEN value IS 68 (26.95% from 255) = 26.88%
BLUE value IS 170 (66.80% from 255) = 67.19%
R=5.93%
G=26.88%
B=67.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15681700.910.600.33219.4883.7836.27
HexF44AA5B3C021db5424
Octal171042521337404133312444
Binary111110001001010101010110111111000100001110110111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F44AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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