Html Css Color HEX #10047D Navy

📋 copy color: '#10047D'

red 16 ◦ green 4 ◦ blue 125

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

Shades of Navy #10047D

Tints of Navy #10047D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 86.21%

R = 11.03%
G = 2.76%
B = 86.21%

CMYK

 C value IS 0.87

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#10047D (or 0x10047D) is known color: Navy. HEX triplet: 10, 04 and 7D. RGB value is (16,4,125). Sum of RGB (Red+Green+Blue) = 16+4+125=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 125 (49.22% from 255 or 86.21% from 145); Max value from RGB is 125 - color contains mainly: blue. Hex color #10047D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10047D is #EFFB82. Grayscale: #141414. Windows color (decimal): -15727491 or 8193040. OLE color: 8193040.

HSL color Cylindrical-coordinate representation of color #10047D: hue angle of 245.95º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10047D is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 16 4 125 -
CMYK 0.87 0.97 0 0.51
HSL 245.95º 0.94% 0.25% -
HSV(B) 245.95º 0.97% 0.49% -
XYZ 3.96 1.68 19.52 -
YUV 21.38 186.48 124.16 -
System Red Green Blue C M Y K H S L
Decimal 16 4 125 0.87 0.97 0 0.51 245.95 0.94 0.25
Hex 10 4 7D 57 61 0 33 F6 5E 19
Octal 20 4 175 127 141 0 63 366 136 31
Binary 10000 100 1111101 1010111 1100001 0 110011 11110110 1011110 11001

Color Harmonies of #10047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10047D

Black with #10047D

Text Example


Text Example

White with #10047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10047D; }

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

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

background-color css

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

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

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

border-color css

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

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

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