Html Css Color HEX #100275 Navy

📋 copy color: '#100275'

red 16 ◦ green 2 ◦ blue 117

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

Shades of Navy #100275

Tints of Navy #100275

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.48%

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

R = 11.85%
G = 1.48%
B = 86.67%

CMYK

 C value IS 0.86

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#100275 (or 0x100275) is known color: Navy. HEX triplet: 10, 02 and 75. RGB value is (16,2,117). Sum of RGB (Red+Green+Blue) = 16+2+117=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 117 (46.09% from 255 or 86.67% from 135); Max value from RGB is 117 - color contains mainly: blue. Hex color #100275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100275 is #EFFD8A. Grayscale: #121212. Windows color (decimal): -15728011 or 7668240. OLE color: 7668240.

HSL color Cylindrical-coordinate representation of color #100275: hue angle of 247.3º 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 #100275 is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 2 117 -
CMYK 0.86 0.98 0 0.54
HSL 247.3º 0.97% 0.23% -
HSV(B) 247.3º 0.98% 0.46% -
XYZ 3.45 1.44 16.93 -
YUV 19.3 183.14 125.65 -
System Red Green Blue C M Y K H S L
Decimal 16 2 117 0.86 0.98 0 0.54 247.3 0.97 0.23
Hex 10 2 75 56 62 0 36 F7 61 17
Octal 20 2 165 126 142 0 66 367 141 27
Binary 10000 10 1110101 1010110 1100010 0 110110 11110111 1100001 10111

Color Harmonies of #100275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100275

Black with #100275

Text Example


Text Example

White with #100275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100275; }

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

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

background-color css

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

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

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

border-color css

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

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

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