#0F7ACF

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

Shades of Navy Blue #0F7ACF

Tints of Navy Blue #0F7ACF

Color information

#0F7ACF (or 0x0F7ACF) is unknown color: approx Navy Blue. HEX triplet: 0F, 7A and CF. RGB value is (15,122,207). Sum of RGB (Red+Green+Blue) = 15+122+207=344 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.36% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F7ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F7ACF is #F08530. Grayscale: #636363. Windows color (decimal): -15762737 or 13597199. OLE color: 13597199.

HSL color Cylindrical-coordinate representation of color #0F7ACF: hue angle of 206.56º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F7ACF is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15122207-
CMYK0.930.4100.19
HSL206.56º86.49%43.53%-
HSV(B)206.56º92.75%81.18%-
XYZ18.4218.5361.64-
YUV99.7188.5567.59-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.36%
GREEN value IS 122 (48.05% from 255) = 35.47%
BLUE value IS 207 (81.25% from 255) = 60.17%
R=4.36%
G=35.47%
B=60.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal151222070.930.4100.19206.5686.4943.53
HexF7ACF5D29013cf562c
Octal171723171355102331712654
Binary11111111010110011111011101101001010011110011111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,122,207); }

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

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

 a { background-color: rgb(15,122,207); }

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

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

 span { border-color: rgb(15,122,207); }

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