Html Css Color HEX #090C6C Midnight Blue

📋 copy color: '#090C6C'

red 9 ◦ green 12 ◦ blue 108

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

Shades of Midnight Blue #090C6C

Tints of Midnight Blue #090C6C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.3%

 BLUE value IS 108 (42.58% from 255) = 83.72%

R = 6.98%
G = 9.3%
B = 83.72%

CMYK

 C value IS 0.92

 M value IS 0.89

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#090C6C (or 0x090C6C) is known color: Midnight Blue. HEX triplet: 09, 0C and 6C. RGB value is (9,12,108). Sum of RGB (Red+Green+Blue) = 9+12+108=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 12 (5.08% from 255 or 9.30% from 129); Blue value is 108 (42.58% from 255 or 83.72% from 129); Max value from RGB is 108 - color contains mainly: blue. Hex color #090C6C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090C6C is #F6F393. Grayscale: #151515. Windows color (decimal): -16184212 or 7080969. OLE color: 7080969.

HSL color Cylindrical-coordinate representation of color #090C6C: hue angle of 238.18º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #090C6C is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 12 108 -
CMYK 0.92 0.89 0 0.58
HSL 238.18º 0.85% 0.23% -
HSV(B) 238.18º 0.92% 0.42% -
XYZ 2.95 1.4 14.3 -
YUV 22.05 176.51 118.69 -
System Red Green Blue C M Y K H S L
Decimal 9 12 108 0.92 0.89 0 0.58 238.18 0.85 0.23
Hex 9 C 6C 5C 59 0 3A EE 55 17
Octal 11 14 154 134 131 0 72 356 125 27
Binary 1001 1100 1101100 1011100 1011001 0 111010 11101110 1010101 10111

Color Harmonies of #090C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090C6C

Black with #090C6C

Text Example


Text Example

White with #090C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090C6C; }

 p { color: rgb(9,12,108); }

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

background-color css

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

 a { background-color: rgb(9,12,108); }

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

border-color css

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

 span { border-color: rgb(9,12,108); }

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