#05107B

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

Shades of Navy #05107B

Tints of Navy #05107B

Color information

#05107B (or 0x05107B) is unknown color: approx Navy. HEX triplet: 05, 10 and 7B. RGB value is (5,16,123). Sum of RGB (Red+Green+Blue) = 5+16+123=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 123 (48.44% from 255 or 85.42% from 144); Max value from RGB is 123 - color contains mainly: blue. Hex color #05107B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05107B is #FAEF84. Grayscale: #181818. Windows color (decimal): -16445317 or 8065029. OLE color: 8065029.

HSL color Cylindrical-coordinate representation of color #05107B: hue angle of 234.41º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05107B is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB516123-
CMYK0.960.8700.52
HSL234.41º92.19%25.1%-
HSV(B)234.41º95.93%48.24%-
XYZ3.821.8318.89-
YUV24.91183.36113.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.47%
GREEN value IS 16 (6.64% from 255) = 11.11%
BLUE value IS 123 (48.44% from 255) = 85.42%
R=3.47%
G=11.11%
B=85.42%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5161230.960.8700.52234.4192.1925.1
Hex5107B6057034ea5c19
Octal52017314012706435213431
Binary10110000111101111000001010111011010011101010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05107B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05107B; }

 p { color: rgb(5,16,123); }

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

<style>
 a { background-color: #05107B; }

 a { background-color: rgb(5,16,123); }

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

<style>
 span { border-color: #05107B; }

 span { border-color: rgb(5,16,123); }

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