#000F7B

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

Shades of Navy #000F7B

Tints of Navy #000F7B

Color information

#000F7B (or 0x000F7B) is unknown color: approx Navy. HEX triplet: 00, 0F and 7B. RGB value is (0,15,123). Sum of RGB (Red+Green+Blue) = 0+15+123=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 15 (6.25% from 255 or 10.87% from 138); Blue value is 123 (48.44% from 255 or 89.13% from 138); Max value from RGB is 123 - color contains mainly: blue. Hex color #000F7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F7B is #FFF084. Grayscale: #161616. Windows color (decimal): -16773253 or 8064768. OLE color: 8064768.

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

Color convert

RGB015123-
CMYK10.8800.52
HSL232.68º100%24.12%-
HSV(B)232.68º100%48.24%-
XYZ3.751.7718.88-
YUV22.83184.53111.72-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 15 (6.25% from 255) = 10.87%
BLUE value IS 123 (48.44% from 255) = 89.13%
R=0%
G=10.87%
B=89.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal01512310.8800.52232.6810024.12
Hex0F7B6458034e96418
Octal01717314413006435114430
Binary01111111101111001001011000011010011101001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000F7B; }

 p { color: rgb(0,15,123); }

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

<style>
 a { background-color: #000F7B; }

 a { background-color: rgb(0,15,123); }

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

<style>
 span { border-color: #000F7B; }

 span { border-color: rgb(0,15,123); }

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