Html Css Color HEX #0915AF New Midnight Blue

📋 copy color: '#0915AF'

red 9 ◦ green 21 ◦ blue 175

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

Shades of New Midnight Blue #0915AF

Tints of New Midnight Blue #0915AF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.24%

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

R = 4.39%
G = 10.24%
B = 85.37%

CMYK

 C value IS 0.95

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0915AF (or 0x0915AF) is known color: New Midnight Blue. HEX triplet: 09, 15 and AF. RGB value is (9,21,175). Sum of RGB (Red+Green+Blue) = 9+21+175=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 175 (68.75% from 255 or 85.37% from 205); Max value from RGB is 175 - color contains mainly: blue. Hex color #0915AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0915AF is #F6EA50. Grayscale: #222222. Windows color (decimal): -16181841 or 11474185. OLE color: 11474185.

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

Color convert

RGB 9 21 175 -
CMYK 0.95 0.88 0 0.31
HSL 235.66º 0.9% 0.36% -
HSV(B) 235.66º 0.95% 0.69% -
XYZ 8.12 3.69 40.84 -
YUV 34.97 207.02 109.48 -
System Red Green Blue C M Y K H S L
Decimal 9 21 175 0.95 0.88 0 0.31 235.66 0.9 0.36
Hex 9 15 AF 5F 58 0 1F EC 5A 24
Octal 11 25 257 137 130 0 37 354 132 44
Binary 1001 10101 10101111 1011111 1011000 0 11111 11101100 1011010 100100

Color Harmonies of #0915AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0915AF

Black with #0915AF

Text Example


Text Example

White with #0915AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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