Html Css Color HEX #100674 Navy

📋 copy color: '#100674'

red 16 ◦ green 6 ◦ blue 116

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

Shades of Navy #100674

Tints of Navy #100674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 84.06%

R = 11.59%
G = 4.35%
B = 84.06%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#100674 (or 0x100674) is known color: Navy. HEX triplet: 10, 06 and 74. RGB value is (16,6,116). Sum of RGB (Red+Green+Blue) = 16+6+116=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 116 (45.70% from 255 or 84.06% from 138); Max value from RGB is 116 - color contains mainly: blue. Hex color #100674 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100674 is #EFF98B. Grayscale: #151515. Windows color (decimal): -15726988 or 7603728. OLE color: 7603728.

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

Color convert

RGB 16 6 116 -
CMYK 0.86 0.95 0 0.55
HSL 245.45º 0.9% 0.24% -
HSV(B) 245.45º 0.95% 0.45% -
XYZ 3.43 1.5 16.63 -
YUV 21.53 181.31 124.06 -
System Red Green Blue C M Y K H S L
Decimal 16 6 116 0.86 0.95 0 0.55 245.45 0.9 0.24
Hex 10 6 74 56 5F 0 37 F5 5A 18
Octal 20 6 164 126 137 0 67 365 132 30
Binary 10000 110 1110100 1010110 1011111 0 110111 11110101 1011010 11000

Color Harmonies of #100674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100674

Black with #100674

Text Example


Text Example

White with #100674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100674; }

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

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

background-color css

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

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

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

border-color css

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

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

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