#0F4A9A

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

Shades of Cobalt #0F4A9A

Tints of Cobalt #0F4A9A

Color information

#0F4A9A (or 0x0F4A9A) is unknown color: approx Cobalt. HEX triplet: 0F, 4A and 9A. RGB value is (15,74,154). Sum of RGB (Red+Green+Blue) = 15+74+154=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 154 (60.55% from 255 or 63.37% from 243); Max value from RGB is 154 - color contains mainly: blue. Hex color #0F4A9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4A9A is #F0B565. Grayscale: #414141. Windows color (decimal): -15775078 or 10111503. OLE color: 10111503.

HSL color Cylindrical-coordinate representation of color #0F4A9A: hue angle of 214.53º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F4A9A is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1574154-
CMYK0.900.5200.40
HSL214.53º82.25%33.14%-
HSV(B)214.53º90.26%60.39%-
XYZ8.487.3331.54-
YUV65.48177.9592-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.17%
GREEN value IS 74 (29.30% from 255) = 30.45%
BLUE value IS 154 (60.55% from 255) = 63.37%
R=6.17%
G=30.45%
B=63.37%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15741540.900.5200.40214.5382.2533.14
HexF4A9A5A34028d75221
Octal171122321326405032712241
Binary111110010101001101010110101101000101000110101111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,74,154); }

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

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

 a { background-color: rgb(15,74,154); }

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

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

 span { border-color: rgb(15,74,154); }

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