Html Css Color HEX #0906AF New Midnight Blue

📋 copy color: '#0906AF'

red 9 ◦ green 6 ◦ blue 175

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

Shades of New Midnight Blue #0906AF

Tints of New Midnight Blue #0906AF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.16%

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

R = 4.74%
G = 3.16%
B = 92.11%

CMYK

 C value IS 0.95

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0906AF (or 0x0906AF) is known color: New Midnight Blue. HEX triplet: 09, 06 and AF. RGB value is (9,6,175). Sum of RGB (Red+Green+Blue) = 9+6+175=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 175 (68.75% from 255 or 92.11% from 190); Max value from RGB is 175 - color contains mainly: blue. Hex color #0906AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0906AF is #F6F950. Grayscale: #191919. Windows color (decimal): -16185681 or 11470345. OLE color: 11470345.

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

Color convert

RGB 9 6 175 -
CMYK 0.95 0.97 0 0.31
HSL 241.07º 0.93% 0.35% -
HSV(B) 241.07º 0.97% 0.69% -
XYZ 7.92 3.28 40.77 -
YUV 26.16 211.99 115.76 -
System Red Green Blue C M Y K H S L
Decimal 9 6 175 0.95 0.97 0 0.31 241.07 0.93 0.35
Hex 9 6 AF 5F 61 0 1F F1 5D 23
Octal 11 6 257 137 141 0 37 361 135 43
Binary 1001 110 10101111 1011111 1100001 0 11111 11110001 1011101 100011

Color Harmonies of #0906AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0906AF

Black with #0906AF

Text Example


Text Example

White with #0906AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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