#0F50AF

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

Shades of Cobalt #0F50AF

Tints of Cobalt #0F50AF

Color information

#0F50AF (or 0x0F50AF) is unknown color: approx Cobalt. HEX triplet: 0F, 50 and AF. RGB value is (15,80,175). Sum of RGB (Red+Green+Blue) = 15+80+175=270 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.56% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 175 (68.75% from 255 or 64.81% from 270); Max value from RGB is 175 - color contains mainly: blue. Hex color #0F50AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F50AF is #F0AF50. Grayscale: #464646. Windows color (decimal): -15773521 or 11489295. OLE color: 11489295.

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

Color convert

RGB1580175-
CMYK0.910.5400.31
HSL215.62º84.21%37.25%-
HSV(B)215.62º91.43%68.63%-
XYZ10.88.9341.71-
YUV71.4186.4787.78-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.56%
GREEN value IS 80 (31.64% from 255) = 29.63%
BLUE value IS 175 (68.75% from 255) = 64.81%
R=5.56%
G=29.63%
B=64.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15801750.910.5400.31215.6284.2137.25
HexF50AF5B3601Fd85425
Octal171202571336603733012445
Binary11111010000101011111011011110110011111110110001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F50AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,80,175); }

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

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

 a { background-color: rgb(15,80,175); }

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

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

 span { border-color: rgb(15,80,175); }

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