Html Css Color HEX #0916AF New Midnight Blue

📋 copy color: '#0916AF'

red 9 ◦ green 22 ◦ blue 175

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

Shades of New Midnight Blue #0916AF

Tints of New Midnight Blue #0916AF

RGB

 RED value IS 9 (3.91% from 255) = 4.37%

 GREEN value IS 22 (8.98% from 255) = 10.68%

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

R = 4.37%
G = 10.68%
B = 84.95%

CMYK

 C value IS 0.95

 M value IS 0.87

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0916AF (or 0x0916AF) is known color: New Midnight Blue. HEX triplet: 09, 16 and AF. RGB value is (9,22,175). Sum of RGB (Red+Green+Blue) = 9+22+175=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 175 (68.75% from 255 or 84.95% from 206); Max value from RGB is 175 - color contains mainly: blue. Hex color #0916AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0916AF is #F6E950. Grayscale: #222222. Windows color (decimal): -16181585 or 11474441. OLE color: 11474441.

HSL color Cylindrical-coordinate representation of color #0916AF: hue angle of 235.3º 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 #0916AF is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 9 22 175 -
CMYK 0.95 0.87 0 0.31
HSL 235.3º 0.9% 0.36% -
HSV(B) 235.3º 0.95% 0.69% -
XYZ 8.14 3.73 40.85 -
YUV 35.56 206.69 109.06 -
System Red Green Blue C M Y K H S L
Decimal 9 22 175 0.95 0.87 0 0.31 235.3 0.9 0.36
Hex 9 16 AF 5F 57 0 1F EB 5A 24
Octal 11 26 257 137 127 0 37 353 132 44
Binary 1001 10110 10101111 1011111 1010111 0 11111 11101011 1011010 100100

Color Harmonies of #0916AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0916AF

Black with #0916AF

Text Example


Text Example

White with #0916AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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