Html Css Color HEX #0904AF New Midnight Blue

📋 copy color: '#0904AF'

red 9 ◦ green 4 ◦ blue 175

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

Shades of New Midnight Blue #0904AF

Tints of New Midnight Blue #0904AF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.13%

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

R = 4.79%
G = 2.13%
B = 93.09%

CMYK

 C value IS 0.95

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0904AF (or 0x0904AF) is known color: New Midnight Blue. HEX triplet: 09, 04 and AF. RGB value is (9,4,175). Sum of RGB (Red+Green+Blue) = 9+4+175=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 175 (68.75% from 255 or 93.09% from 188); Max value from RGB is 175 - color contains mainly: blue. Hex color #0904AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0904AF is #F6FB50. Grayscale: #181818. Windows color (decimal): -16186193 or 11469833. OLE color: 11469833.

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

Color convert

RGB 9 4 175 -
CMYK 0.95 0.98 0 0.31
HSL 241.75º 0.96% 0.35% -
HSV(B) 241.75º 0.98% 0.69% -
XYZ 7.89 3.24 40.77 -
YUV 24.99 212.66 116.6 -
System Red Green Blue C M Y K H S L
Decimal 9 4 175 0.95 0.98 0 0.31 241.75 0.96 0.35
Hex 9 4 AF 5F 62 0 1F F2 60 23
Octal 11 4 257 137 142 0 37 362 140 43
Binary 1001 100 10101111 1011111 1100010 0 11111 11110010 1100000 100011

Color Harmonies of #0904AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0904AF

Black with #0904AF

Text Example


Text Example

White with #0904AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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