Html Css Color HEX #10057D Navy

📋 copy color: '#10057D'

red 16 ◦ green 5 ◦ blue 125

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

Shades of Navy #10057D

Tints of Navy #10057D

RGB

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

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

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

R = 10.96%
G = 3.42%
B = 85.62%

CMYK

 C value IS 0.87

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#10057D (or 0x10057D) is known color: Navy. HEX triplet: 10, 05 and 7D. RGB value is (16,5,125). Sum of RGB (Red+Green+Blue) = 16+5+125=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 125 (49.22% from 255 or 85.62% from 146); Max value from RGB is 125 - color contains mainly: blue. Hex color #10057D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10057D is #EFFA82. Grayscale: #151515. Windows color (decimal): -15727235 or 8193296. OLE color: 8193296.

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

Color convert

RGB 16 5 125 -
CMYK 0.87 0.96 0 0.51
HSL 245.5º 0.92% 0.25% -
HSV(B) 245.5º 0.96% 0.49% -
XYZ 3.97 1.7 19.52 -
YUV 21.97 186.14 123.74 -
System Red Green Blue C M Y K H S L
Decimal 16 5 125 0.87 0.96 0 0.51 245.5 0.92 0.25
Hex 10 5 7D 57 60 0 33 F6 5C 19
Octal 20 5 175 127 140 0 63 366 134 31
Binary 10000 101 1111101 1010111 1100000 0 110011 11110110 1011100 11001

Color Harmonies of #10057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10057D

Black with #10057D

Text Example


Text Example

White with #10057D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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