Html Css Color HEX #100478 Navy

📋 copy color: '#100478'

red 16 ◦ green 4 ◦ blue 120

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

Shades of Navy #100478

Tints of Navy #100478

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.86%

 BLUE value IS 120 (47.27% from 255) = 85.71%

R = 11.43%
G = 2.86%
B = 85.71%

CMYK

 C value IS 0.87

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#100478 (or 0x100478) is known color: Navy. HEX triplet: 10, 04 and 78. RGB value is (16,4,120). Sum of RGB (Red+Green+Blue) = 16+4+120=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 120 (47.27% from 255 or 85.71% from 140); Max value from RGB is 120 - color contains mainly: blue. Hex color #100478 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100478 is #EFFB87. Grayscale: #141414. Windows color (decimal): -15727496 or 7865360. OLE color: 7865360.

HSL color Cylindrical-coordinate representation of color #100478: hue angle of 246.21º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #100478 is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 16 4 120 -
CMYK 0.87 0.97 0 0.53
HSL 246.21º 0.94% 0.24% -
HSV(B) 246.21º 0.97% 0.47% -
XYZ 3.65 1.55 17.88 -
YUV 20.81 183.98 124.57 -
System Red Green Blue C M Y K H S L
Decimal 16 4 120 0.87 0.97 0 0.53 246.21 0.94 0.24
Hex 10 4 78 57 61 0 35 F6 5E 18
Octal 20 4 170 127 141 0 65 366 136 30
Binary 10000 100 1111000 1010111 1100001 0 110101 11110110 1011110 11000

Color Harmonies of #100478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100478

Black with #100478

Text Example


Text Example

White with #100478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100478; }

 p { color: rgb(16,4,120); }

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

background-color css

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

 a { background-color: rgb(16,4,120); }

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

border-color css

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

 span { border-color: rgb(16,4,120); }

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