#0F0275

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

Shades of Navy #0F0275

Tints of Navy #0F0275

Color information

#0F0275 (or 0x0F0275) is unknown color: approx Navy. HEX triplet: 0F, 02 and 75. RGB value is (15,2,117). Sum of RGB (Red+Green+Blue) = 15+2+117=134 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.19% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 117 (46.09% from 255 or 87.31% from 134); Max value from RGB is 117 - color contains mainly: blue. Hex color #0F0275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0275 is #F0FD8A. Grayscale: #121212. Windows color (decimal): -15793547 or 7668239. OLE color: 7668239.

HSL color Cylindrical-coordinate representation of color #0F0275: hue angle of 246.78º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F0275 is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB152117-
CMYK0.870.9800.54
HSL246.78º96.64%23.33%-
HSV(B)246.78º98.29%45.88%-
XYZ3.431.4316.92-
YUV19183.31125.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.19%
GREEN value IS 2 (1.17% from 255) = 1.49%
BLUE value IS 117 (46.09% from 255) = 87.31%
R=11.19%
G=1.49%
B=87.31%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1521170.870.9800.54246.7896.6423.33
HexF2755762036f76117
Octal17216512714206636714127
Binary111110111010110101111100010011011011110111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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