Html Css Color HEX #1009AF New Midnight Blue

📋 copy color: '#1009AF'

red 16 ◦ green 9 ◦ blue 175

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

Shades of New Midnight Blue #1009AF

Tints of New Midnight Blue #1009AF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.5%

 BLUE value IS 175 (68.75% from 255) = 87.5%

R = 8%
G = 4.5%
B = 87.5%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1009AF (or 0x1009AF) is known color: New Midnight Blue. HEX triplet: 10, 09 and AF. RGB value is (16,9,175). Sum of RGB (Red+Green+Blue) = 16+9+175=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 175 (68.75% from 255 or 87.5% from 200); Max value from RGB is 175 - color contains mainly: blue. Hex color #1009AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1009AF is #EFF650. Grayscale: #1D1D1D. Windows color (decimal): -15726161 or 11471120. OLE color: 11471120.

HSL color Cylindrical-coordinate representation of color #1009AF: hue angle of 242.53º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1009AF is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 16 9 175 -
CMYK 0.91 0.95 0 0.31
HSL 242.53º 0.9% 0.36% -
HSV(B) 242.53º 0.95% 0.69% -
XYZ 8.05 3.4 40.79 -
YUV 30.02 209.82 118 -
System Red Green Blue C M Y K H S L
Decimal 16 9 175 0.91 0.95 0 0.31 242.53 0.9 0.36
Hex 10 9 AF 5B 5F 0 1F F3 5A 24
Octal 20 11 257 133 137 0 37 363 132 44
Binary 10000 1001 10101111 1011011 1011111 0 11111 11110011 1011010 100100

Color Harmonies of #1009AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1009AF

Black with #1009AF

Text Example


Text Example

White with #1009AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1009AF; }

 p { color: rgb(16,9,175); }

 H1.HeaderClassName
 {
   color: #1009AF;
 }
 .AnyTagClassName
 {
   color: #1009AF;
 }
</style>

background-color css

<style>
 a { background-color: #1009AF; }

 a { background-color: rgb(16,9,175); }

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

border-color css

<style>
 span { border-color: #1009AF; }

 span { border-color: rgb(16,9,175); }

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