#0905AF

Color #0905AF New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #0905AF

Tints of New Midnight Blue #0905AF

Color information

#0905AF (or 0x0905AF) is unknown color: approx New Midnight Blue. HEX triplet: 09, 05 and AF. RGB value is (9,5,175). Sum of RGB (Red+Green+Blue) = 9+5+175=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 175 (68.75% from 255 or 92.59% from 189); Max value from RGB is 175 - color contains mainly: blue. Hex color #0905AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0905AF is #F6FA50. Grayscale: #181818. Windows color (decimal): -16185937 or 11470089. OLE color: 11470089.

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

Color convert

RGB95175-
CMYK0.950.9700.31
HSL241.41º94.44%35.29%-
HSV(B)241.41º97.14%68.63%-
XYZ7.93.2640.77-
YUV25.58212.33116.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.76%
GREEN value IS 5 (2.34% from 255) = 2.65%
BLUE value IS 175 (68.75% from 255) = 92.59%
R=4.76%
G=2.65%
B=92.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951750.950.9700.31241.4194.4435.29
Hex95AF5F6101Ff15e23
Octal11525713714103736113643
Binary10011011010111110111111100001011111111100011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0905AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0905AF;
 }
 .AnyTagClassName
 {
   color: #0905AF;
 }
</style>
background-color css

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

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

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

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

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

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