Html Css Color HEX #091264 Midnight Blue

📋 copy color: '#091264'

red 9 ◦ green 18 ◦ blue 100

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

Shades of Midnight Blue #091264

Tints of Midnight Blue #091264

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.17%

 BLUE value IS 100 (39.45% from 255) = 78.74%

R = 7.09%
G = 14.17%
B = 78.74%

CMYK

 C value IS 0.91

 M value IS 0.82

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#091264 (or 0x091264) is known color: Midnight Blue. HEX triplet: 09, 12 and 64. RGB value is (9,18,100). Sum of RGB (Red+Green+Blue) = 9+18+100=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 100 (39.45% from 255 or 78.74% from 127); Max value from RGB is 100 - color contains mainly: blue. Hex color #091264 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091264 is #F6ED9B. Grayscale: #181818. Windows color (decimal): -16182684 or 6558217. OLE color: 6558217.

HSL color Cylindrical-coordinate representation of color #091264: hue angle of 234.07º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091264 is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 18 100 -
CMYK 0.91 0.82 0 0.61
HSL 234.07º 0.83% 0.21% -
HSV(B) 234.07º 0.91% 0.39% -
XYZ 2.63 1.41 12.19 -
YUV 24.66 170.52 116.83 -
System Red Green Blue C M Y K H S L
Decimal 9 18 100 0.91 0.82 0 0.61 234.07 0.83 0.21
Hex 9 12 64 5B 52 0 3D EA 53 15
Octal 11 22 144 133 122 0 75 352 123 25
Binary 1001 10010 1100100 1011011 1010010 0 111101 11101010 1010011 10101

Color Harmonies of #091264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091264

Black with #091264

Text Example


Text Example

White with #091264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091264; }

 p { color: rgb(9,18,100); }

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

background-color css

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

 a { background-color: rgb(9,18,100); }

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

border-color css

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

 span { border-color: rgb(9,18,100); }

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