#0F0B7A

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

Shades of Navy #0F0B7A

Tints of Navy #0F0B7A

Color information

#0F0B7A (or 0x0F0B7A) is unknown color: approx Navy. HEX triplet: 0F, 0B and 7A. RGB value is (15,11,122). Sum of RGB (Red+Green+Blue) = 15+11+122=148 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.14% from 148); Green value is 11 (4.69% from 255 or 7.43% from 148); Blue value is 122 (48.05% from 255 or 82.43% from 148); Max value from RGB is 122 - color contains mainly: blue. Hex color #0F0B7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0B7A is #F0F485. Grayscale: #181818. Windows color (decimal): -15791238 or 7998223. OLE color: 7998223.

HSL color Cylindrical-coordinate representation of color #0F0B7A: hue angle of 242.16º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F0B7A is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1511122-
CMYK0.880.9100.52
HSL242.16º83.46%26.08%-
HSV(B)242.16º90.98%47.84%-
XYZ3.831.7518.55-
YUV24.85182.83120.97-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.14%
GREEN value IS 11 (4.69% from 255) = 7.43%
BLUE value IS 122 (48.05% from 255) = 82.43%
R=10.14%
G=7.43%
B=82.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal15111220.880.9100.52242.1683.4626.08
HexFB7A585B034f2531a
Octal171317213013306436212332
Binary11111011111101010110001011011011010011110010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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