#0F50AE

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

Shades of Cobalt #0F50AE

Tints of Cobalt #0F50AE

Color information

#0F50AE (or 0x0F50AE) is unknown color: approx Cobalt. HEX triplet: 0F, 50 and AE. RGB value is (15,80,174). Sum of RGB (Red+Green+Blue) = 15+80+174=269 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.58% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 174 (68.36% from 255 or 64.68% from 269); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F50AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F50AE is #F0AF51. Grayscale: #464646. Windows color (decimal): -15773522 or 11423759. OLE color: 11423759.

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

Color convert

RGB1580174-
CMYK0.910.5400.32
HSL215.47º84.13%37.06%-
HSV(B)215.47º91.38%68.24%-
XYZ10.718.8941.2-
YUV71.28185.9787.86-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.58%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 174 (68.36% from 255) = 64.68%
R=5.58%
G=29.74%
B=64.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15801740.910.5400.32215.4784.1337.06
HexF50AE5B36020d75425
Octal171202561336604032712445
Binary111110100001010111010110111101100100000110101111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F50AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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