#0F54AE

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

Shades of Cobalt #0F54AE

Tints of Cobalt #0F54AE

Color information

#0F54AE (or 0x0F54AE) is unknown color: approx Cobalt. HEX triplet: 0F, 54 and AE. RGB value is (15,84,174). Sum of RGB (Red+Green+Blue) = 15+84+174=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F54AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F54AE is #F0AB51. Grayscale: #494949. Windows color (decimal): -15772498 or 11424783. OLE color: 11424783.

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

Color convert

RGB1584174-
CMYK0.910.5200.32
HSL213.96º84.13%37.06%-
HSV(B)213.96º91.38%68.24%-
XYZ11.019.541.3-
YUV73.63184.6486.18-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.49%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 174 (68.36% from 255) = 63.74%
R=5.49%
G=30.77%
B=63.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15841740.910.5200.32213.9684.1337.06
HexF54AE5B34020d65425
Octal171242561336404032612445
Binary111110101001010111010110111101000100000110101101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F54AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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