#0f4caa

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

Shades of Cobalt #0F4CAA

Tints of Cobalt #0F4CAA

Color information

#0F4CAA (or 0x0F4CAA) is unknown color: approx Cobalt. HEX triplet: 0F, 4C and AA. RGB value is (15,76,170). Sum of RGB (Red+Green+Blue) = 15+76+170=261 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.75% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 170 (66.80% from 255 or 65.13% from 261); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F4CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4CAA is #F0B355. Grayscale: #444444. Windows color (decimal): -15774550 or 11160591. OLE color: 11160591.

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

Color convert

RGB1576170-
CMYK0.910.5500.33
HSL216.39º83.78%36.27%-
HSV(B)216.39º91.18%66.67%-
XYZ10.048.1739.08-
YUV68.48185.2989.86-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.75%
GREEN value IS 76 (30.08% from 255) = 29.12%
BLUE value IS 170 (66.80% from 255) = 65.13%
R=5.75%
G=29.12%
B=65.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15761700.910.5500.33216.3983.7836.27
HexF4CAA5B37021d85424
Octal171142521336704133012444
Binary111110011001010101010110111101110100001110110001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f4caa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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