#0F4AA7

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

Shades of Cobalt #0F4AA7

Tints of Cobalt #0F4AA7

Color information

#0F4AA7 (or 0x0F4AA7) is unknown color: approx Cobalt. HEX triplet: 0F, 4A and A7. RGB value is (15,74,167). Sum of RGB (Red+Green+Blue) = 15+74+167=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 167 (65.62% from 255 or 65.23% from 256); Max value from RGB is 167 - color contains mainly: blue. Hex color #0F4AA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4AA7 is #F0B558. Grayscale: #424242. Windows color (decimal): -15775065 or 10963471. OLE color: 10963471.

HSL color Cylindrical-coordinate representation of color #0F4AA7: hue angle of 216.71º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F4AA7 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1574167-
CMYK0.910.5600.35
HSL216.71º83.52%35.69%-
HSV(B)216.71º91.02%65.49%-
XYZ9.627.7937.56-
YUV66.96184.4590.94-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.86%
GREEN value IS 74 (29.30% from 255) = 28.91%
BLUE value IS 167 (65.62% from 255) = 65.23%
R=5.86%
G=28.91%
B=65.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal15741670.910.5600.35216.7183.5235.69
HexF4AA75B38023d95424
Octal171122471337004333112444
Binary111110010101010011110110111110000100011110110011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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