Html Css Color HEX #0906A4 New Midnight Blue

📋 copy color: '#0906A4'

red 9 ◦ green 6 ◦ blue 164

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

Shades of New Midnight Blue #0906A4

Tints of New Midnight Blue #0906A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 91.62%

R = 5.03%
G = 3.35%
B = 91.62%

CMYK

 C value IS 0.95

 M value IS 0.96

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0906A4 (or 0x0906A4) is known color: New Midnight Blue. HEX triplet: 09, 06 and A4. RGB value is (9,6,164). Sum of RGB (Red+Green+Blue) = 9+6+164=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 164 (64.45% from 255 or 91.62% from 179); Max value from RGB is 164 - color contains mainly: blue. Hex color #0906A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0906A4 is #F6F95B. Grayscale: #181818. Windows color (decimal): -16185692 or 10749449. OLE color: 10749449.

HSL color Cylindrical-coordinate representation of color #0906A4: hue angle of 241.14º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0906A4 is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 9 6 164 -
CMYK 0.95 0.96 0 0.36
HSL 241.14º 0.93% 0.33% -
HSV(B) 241.14º 0.96% 0.64% -
XYZ 6.88 2.87 35.31 -
YUV 24.91 206.49 116.65 -
System Red Green Blue C M Y K H S L
Decimal 9 6 164 0.95 0.96 0 0.36 241.14 0.93 0.33
Hex 9 6 A4 5F 60 0 24 F1 5D 21
Octal 11 6 244 137 140 0 44 361 135 41
Binary 1001 110 10100100 1011111 1100000 0 100100 11110001 1011101 100001

Color Harmonies of #0906A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0906A4

Black with #0906A4

Text Example


Text Example

White with #0906A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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