Html Css Color HEX #091268 Midnight Blue

📋 copy color: '#091268'

red 9 ◦ green 18 ◦ blue 104

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

Shades of Midnight Blue #091268

Tints of Midnight Blue #091268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 79.39%

R = 6.87%
G = 13.74%
B = 79.39%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#091268 (or 0x091268) is known color: Midnight Blue. HEX triplet: 09, 12 and 68. RGB value is (9,18,104). Sum of RGB (Red+Green+Blue) = 9+18+104=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 104 (41.02% from 255 or 79.39% from 131); Max value from RGB is 104 - color contains mainly: blue. Hex color #091268 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091268 is #F6ED97. Grayscale: #181818. Windows color (decimal): -16182680 or 6820361. OLE color: 6820361.

HSL color Cylindrical-coordinate representation of color #091268: hue angle of 234.32º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091268 is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 18 104 -
CMYK 0.91 0.83 0 0.59
HSL 234.32º 0.84% 0.22% -
HSV(B) 234.32º 0.91% 0.41% -
XYZ 2.83 1.49 13.24 -
YUV 25.11 172.52 116.51 -
System Red Green Blue C M Y K H S L
Decimal 9 18 104 0.91 0.83 0 0.59 234.32 0.84 0.22
Hex 9 12 68 5B 53 0 3B EA 54 16
Octal 11 22 150 133 123 0 73 352 124 26
Binary 1001 10010 1101000 1011011 1010011 0 111011 11101010 1010100 10110

Color Harmonies of #091268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091268

Black with #091268

Text Example


Text Example

White with #091268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091268; }

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

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

background-color css

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

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

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

border-color css

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

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

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