Html Css Color HEX #100675 Navy

📋 copy color: '#100675'

red 16 ◦ green 6 ◦ blue 117

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

Shades of Navy #100675

Tints of Navy #100675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.32%

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

R = 11.51%
G = 4.32%
B = 84.17%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#100675 (or 0x100675) is known color: Navy. HEX triplet: 10, 06 and 75. RGB value is (16,6,117). Sum of RGB (Red+Green+Blue) = 16+6+117=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 117 (46.09% from 255 or 84.17% from 139); Max value from RGB is 117 - color contains mainly: blue. Hex color #100675 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100675 is #EFF98A. Grayscale: #151515. Windows color (decimal): -15726987 or 7669264. OLE color: 7669264.

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

Color convert

RGB 16 6 117 -
CMYK 0.86 0.95 0 0.54
HSL 245.41º 0.9% 0.24% -
HSV(B) 245.41º 0.95% 0.46% -
XYZ 3.49 1.52 16.94 -
YUV 21.64 181.81 123.97 -
System Red Green Blue C M Y K H S L
Decimal 16 6 117 0.86 0.95 0 0.54 245.41 0.9 0.24
Hex 10 6 75 56 5F 0 36 F5 5A 18
Octal 20 6 165 126 137 0 66 365 132 30
Binary 10000 110 1110101 1010110 1011111 0 110110 11110101 1011010 11000

Color Harmonies of #100675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100675

Black with #100675

Text Example


Text Example

White with #100675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100675; }

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

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

background-color css

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

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

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

border-color css

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

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

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