Html Css Color HEX #100075 Navy

📋 copy color: '#100075'

red 16 ◦ green 0 ◦ blue 117

#100075
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #100075

Tints of Navy #100075

RGB

 RED value IS 16 (6.64% from 255) = 12.03%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 117 (46.09% from 255) = 87.97%

R = 12.03%
G = 0%
B = 87.97%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#100075 (or 0x100075) is known color: Navy. HEX triplet: 10, 00 and 75. RGB value is (16,0,117). Sum of RGB (Red+Green+Blue) = 16+0+117=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 117 (46.09% from 255 or 87.97% from 133); Max value from RGB is 117 - color contains mainly: blue. Hex color #100075 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100075 is #EFFF8A. Grayscale: #111111. Windows color (decimal): -15728523 or 7667728. OLE color: 7667728.

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

Color convert

RGB 16 0 117 -
CMYK 0.86 1 0 0.54
HSL 248.21º 1% 0.23% -
HSV(B) 248.21º 1% 0.46% -
XYZ 3.42 1.39 16.92 -
YUV 18.12 183.8 126.49 -
System Red Green Blue C M Y K H S L
Decimal 16 0 117 0.86 1 0 0.54 248.21 1 0.23
Hex 10 0 75 56 64 0 36 F8 64 17
Octal 20 0 165 126 144 0 66 370 144 27
Binary 10000 0 1110101 1010110 1100100 0 110110 11111000 1100100 10111

Color Harmonies of #100075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100075

Black with #100075

Text Example


Text Example

White with #100075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100075; }

 p { color: rgb(16,0,117); }

 H1.HeaderClassName
 {
   color: #100075;
 }
 .AnyTagClassName
 {
   color: #100075;
 }
</style>

background-color css

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

 a { background-color: rgb(16,0,117); }

 div.DivClassName
 {
   background-color: #100075;
 }
 .BgClassName
 {
   background-color: #100075;
 }
</style>

border-color css

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

 span { border-color: rgb(16,0,117); }

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