Html Css Color HEX #100574 Navy

📋 copy color: '#100574'

red 16 ◦ green 5 ◦ blue 116

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

Shades of Navy #100574

Tints of Navy #100574

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.65%

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

R = 11.68%
G = 3.65%
B = 84.67%

CMYK

 C value IS 0.86

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#100574 (or 0x100574) is known color: Navy. HEX triplet: 10, 05 and 74. RGB value is (16,5,116). Sum of RGB (Red+Green+Blue) = 16+5+116=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 116 (45.70% from 255 or 84.67% from 137); Max value from RGB is 116 - color contains mainly: blue. Hex color #100574 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100574 is #EFFA8B. Grayscale: #141414. Windows color (decimal): -15727244 or 7603472. OLE color: 7603472.

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

Color convert

RGB 16 5 116 -
CMYK 0.86 0.96 0 0.55
HSL 245.95º 0.92% 0.24% -
HSV(B) 245.95º 0.96% 0.45% -
XYZ 3.42 1.48 16.63 -
YUV 20.94 181.64 124.47 -
System Red Green Blue C M Y K H S L
Decimal 16 5 116 0.86 0.96 0 0.55 245.95 0.92 0.24
Hex 10 5 74 56 60 0 37 F6 5C 18
Octal 20 5 164 126 140 0 67 366 134 30
Binary 10000 101 1110100 1010110 1100000 0 110111 11110110 1011100 11000

Color Harmonies of #100574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100574

Black with #100574

Text Example


Text Example

White with #100574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100574; }

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

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

background-color css

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

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

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

border-color css

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

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

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