#0F43AA

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

Shades of Cobalt #0F43AA

Tints of Cobalt #0F43AA

Color information

#0F43AA (or 0x0F43AA) is unknown color: approx Cobalt. HEX triplet: 0F, 43 and AA. RGB value is (15,67,170). Sum of RGB (Red+Green+Blue) = 15+67+170=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 170 (66.80% from 255 or 67.46% from 252); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F43AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F43AA is #F0BC55. Grayscale: #3E3E3E. Windows color (decimal): -15776854 or 11158287. OLE color: 11158287.

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

Color convert

RGB1567170-
CMYK0.910.6100.33
HSL219.87º83.78%36.27%-
HSV(B)219.87º91.18%66.67%-
XYZ9.467.0238.89-
YUV63.19188.2793.62-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.95%
GREEN value IS 67 (26.56% from 255) = 26.59%
BLUE value IS 170 (66.80% from 255) = 67.46%
R=5.95%
G=26.59%
B=67.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15671700.910.6100.33219.8783.7836.27
HexF43AA5B3D021dc5424
Octal171032521337504133412444
Binary111110000111010101010110111111010100001110111001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F43AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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