Html Css Color HEX #1000A0 New Midnight Blue

📋 copy color: '#1000A0'

red 16 ◦ green 0 ◦ blue 160

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

Shades of New Midnight Blue #1000A0

Tints of New Midnight Blue #1000A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 90.91%

R = 9.09%
G = 0%
B = 90.91%

CMYK

 C value IS 0.9

 M value IS 1

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1000A0 (or 0x1000A0) is known color: New Midnight Blue. HEX triplet: 10, 00 and A0. RGB value is (16,0,160). Sum of RGB (Red+Green+Blue) = 16+0+160=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 160 (62.89% from 255 or 90.91% from 176); Max value from RGB is 160 - color contains mainly: blue. Hex color #1000A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1000A0 is #EFFF5F. Grayscale: #161616. Windows color (decimal): -15728480 or 10485776. OLE color: 10485776.

HSL color Cylindrical-coordinate representation of color #1000A0: hue angle of 246º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1000A0 is Cyan = 0.9, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 16 0 160 -
CMYK 0.9 1 0 0.37
HSL 246º 1% 0.31% -
HSV(B) 246º 1% 0.63% -
XYZ 6.56 2.65 33.42 -
YUV 23.02 205.3 122.99 -
System Red Green Blue C M Y K H S L
Decimal 16 0 160 0.9 1 0 0.37 246 1 0.31
Hex 10 0 A0 5A 64 0 25 F6 64 1F
Octal 20 0 240 132 144 0 45 366 144 37
Binary 10000 0 10100000 1011010 1100100 0 100101 11110110 1100100 11111

Color Harmonies of #1000A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1000A0

Black with #1000A0

Text Example


Text Example

White with #1000A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1000A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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