Html Css Color HEX #10009F New Midnight Blue

📋 copy color: '#10009F'

red 16 ◦ green 0 ◦ blue 159

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

Shades of New Midnight Blue #10009F

Tints of New Midnight Blue #10009F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 90.86%

R = 9.14%
G = 0%
B = 90.86%

CMYK

 C value IS 0.90

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10009F (or 0x10009F) is known color: New Midnight Blue. HEX triplet: 10, 00 and 9F. RGB value is (16,0,159). Sum of RGB (Red+Green+Blue) = 16+0+159=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 159 (62.5% from 255 or 90.86% from 175); Max value from RGB is 159 - color contains mainly: blue. Hex color #10009F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10009F is #EFFF60. Grayscale: #161616. Windows color (decimal): -15728481 or 10420240. OLE color: 10420240.

HSL color Cylindrical-coordinate representation of color #10009F: hue angle of 246.04º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10009F is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 0 159 -
CMYK 0.90 1 0 0.38
HSL 246.04º 1% 0.31% -
HSV(B) 246.04º 1% 0.62% -
XYZ 6.47 2.61 32.96 -
YUV 22.91 204.8 123.07 -
System Red Green Blue C M Y K H S L
Decimal 16 0 159 0.90 1 0 0.38 246.04 1 0.31
Hex 10 0 9F 5A 64 0 26 F6 64 1F
Octal 20 0 237 132 144 0 46 366 144 37
Binary 10000 0 10011111 1011010 1100100 0 100110 11110110 1100100 11111

Color Harmonies of #10009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10009F

Black with #10009F

Text Example


Text Example

White with #10009F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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