#0F0270

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

Shades of Navy #0F0270

Tints of Navy #0F0270

Color information

#0F0270 (or 0x0F0270) is unknown color: approx Navy. HEX triplet: 0F, 02 and 70. RGB value is (15,2,112). Sum of RGB (Red+Green+Blue) = 15+2+112=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 112 (44.14% from 255 or 86.82% from 129); Max value from RGB is 112 - color contains mainly: blue. Hex color #0F0270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0270 is #F0FD8F. Grayscale: #121212. Windows color (decimal): -15793552 or 7340559. OLE color: 7340559.

HSL color Cylindrical-coordinate representation of color #0F0270: hue angle of 247.09º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F0270 is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB152112-
CMYK0.870.9800.56
HSL247.09º96.49%22.35%-
HSV(B)247.09º98.21%43.92%-
XYZ3.141.3115.42-
YUV18.43180.81125.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.63%
GREEN value IS 2 (1.17% from 255) = 1.55%
BLUE value IS 112 (44.14% from 255) = 86.82%
R=11.63%
G=1.55%
B=86.82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1521120.870.9800.56247.0996.4922.35
HexF2705762038f76016
Octal17216012714207036714026
Binary111110111000010101111100010011100011110111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,2,112); }

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

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

 a { background-color: rgb(15,2,112); }

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

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

 span { border-color: rgb(15,2,112); }

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