#0B007C

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

Shades of Navy #0B007C

Tints of Navy #0B007C

Color information

#0B007C (or 0x0B007C) is unknown color: approx Navy. HEX triplet: 0B, 00 and 7C. RGB value is (11,0,124). Sum of RGB (Red+Green+Blue) = 11+0+124=135 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.15% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 124 (48.83% from 255 or 91.85% from 135); Max value from RGB is 124 - color contains mainly: blue. Hex color #0B007C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B007C is #F4FF83. Grayscale: #101010. Windows color (decimal): -16056196 or 8126475. OLE color: 8126475.

HSL color Cylindrical-coordinate representation of color #0B007C: hue angle of 245.32º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B007C is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB110124-
CMYK0.91100.51
HSL245.32º100%24.31%-
HSV(B)245.32º100%48.63%-
XYZ3.781.5319.16-
YUV17.42188.14123.42-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 124 (48.83% from 255) = 91.85%
R=8.15%
G=0%
B=91.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1101240.91100.51245.3210024.31
HexB07C5B64033f56418
Octal13017413314406336514430
Binary10110111110010110111100100011001111110101110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B007C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,0,124); }

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

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

 a { background-color: rgb(11,0,124); }

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

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

 span { border-color: rgb(11,0,124); }

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