Html Css Color HEX #10007F Navy

📋 copy color: '#10007F'

red 16 ◦ green 0 ◦ blue 127

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

Shades of Navy #10007F

Tints of Navy #10007F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 127 (50% from 255) = 88.81%

R = 11.19%
G = 0%
B = 88.81%

CMYK

 C value IS 0.87

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#10007F (or 0x10007F) is known color: Navy. HEX triplet: 10, 00 and 7F. RGB value is (16,0,127). Sum of RGB (Red+Green+Blue) = 16+0+127=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 127 (50% from 255 or 88.81% from 143); Max value from RGB is 127 - color contains mainly: blue. Hex color #10007F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10007F is #EFFF80. Grayscale: #121212. Windows color (decimal): -15728513 or 8323088. OLE color: 8323088.

HSL color Cylindrical-coordinate representation of color #10007F: hue angle of 247.56º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10007F is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 16 0 127 -
CMYK 0.87 1 0 0.50
HSL 247.56º 1% 0.25% -
HSV(B) 247.56º 1% 0.5% -
XYZ 4.04 1.64 20.18 -
YUV 19.26 188.8 125.67 -
System Red Green Blue C M Y K H S L
Decimal 16 0 127 0.87 1 0 0.50 247.56 1 0.25
Hex 10 0 7F 57 64 0 32 F8 64 19
Octal 20 0 177 127 144 0 62 370 144 31
Binary 10000 0 1111111 1010111 1100100 0 110010 11111000 1100100 11001

Color Harmonies of #10007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10007F

Black with #10007F

Text Example


Text Example

White with #10007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10007F; }

 p { color: rgb(16,0,127); }

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

background-color css

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

 a { background-color: rgb(16,0,127); }

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

border-color css

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

 span { border-color: rgb(16,0,127); }

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