Html Css Color HEX #090C41 Midnight Express

📋 copy color: '#090C41'

red 9 ◦ green 12 ◦ blue 65

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

Shades of Midnight Express #090C41

Tints of Midnight Express #090C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 75.58%

R = 10.47%
G = 13.95%
B = 75.58%

CMYK

 C value IS 0.86

 M value IS 0.82

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#090C41 (or 0x090C41) is known color: Midnight Express. HEX triplet: 09, 0C and 41. RGB value is (9,12,65). Sum of RGB (Red+Green+Blue) = 9+12+65=86 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.47% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 65 (25.78% from 255 or 75.58% from 86); Max value from RGB is 65 - color contains mainly: blue. Hex color #090C41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090C41 is #F6F3BE. Grayscale: #101010. Windows color (decimal): -16184255 or 4262921. OLE color: 4262921.

HSL color Cylindrical-coordinate representation of color #090C41: hue angle of 236.79º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #090C41 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 12 65 -
CMYK 0.86 0.82 0 0.75
HSL 236.79º 0.76% 0.15% -
HSV(B) 236.79º 0.86% 0.25% -
XYZ 1.2 0.7 5.07 -
YUV 17.15 155.01 122.19 -
System Red Green Blue C M Y K H S L
Decimal 9 12 65 0.86 0.82 0 0.75 236.79 0.76 0.15
Hex 9 C 41 56 52 0 4B ED 4C F
Octal 11 14 101 126 122 0 113 355 114 17
Binary 1001 1100 1000001 1010110 1010010 0 1001011 11101101 1001100 1111

Color Harmonies of #090C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090C41

Black with #090C41

Text Example


Text Example

White with #090C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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