Html Css Color HEX #00092E Midnight Express

📋 copy color: '#00092E'

red 0 ◦ green 9 ◦ blue 46

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

Shades of Midnight Express #00092E

Tints of Midnight Express #00092E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 9 (3.91% from 255) = 16.36%

 BLUE value IS 46 (18.36% from 255) = 83.64%

R = 0%
G = 16.36%
B = 83.64%

CMYK

 C value IS 1

 M value IS 0.80

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#00092E (or 0x00092E) is known color: Midnight Express. HEX triplet: 00, 09 and 2E. RGB value is (0,9,46). Sum of RGB (Red+Green+Blue) = 0+9+46=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 9 (3.91% from 255 or 16.36% from 55); Blue value is 46 (18.36% from 255 or 83.64% from 55); Max value from RGB is 46 - color contains mainly: blue. Hex color #00092E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00092E is #FFF6D1. Grayscale: #0A0A0A. Windows color (decimal): -16774866 or 3016960. OLE color: 3016960.

HSL color Cylindrical-coordinate representation of color #00092E: hue angle of 228.26º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00092E is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 0 9 46 -
CMYK 1 0.80 0 0.82
HSL 228.26º 1% 0.09% -
HSV(B) 228.26º 1% 0.18% -
XYZ 0.59 0.39 2.63 -
YUV 10.53 148.02 120.49 -
System Red Green Blue C M Y K H S L
Decimal 0 9 46 1 0.80 0 0.82 228.26 1 0.09
Hex 0 9 2E 64 50 0 52 E4 64 9
Octal 0 11 56 144 120 0 122 344 144 11
Binary 0 1001 101110 1100100 1010000 0 1010010 11100100 1100100 1001

Color Harmonies of #00092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00092E

Black with #00092E

Text Example


Text Example

White with #00092E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00092E; }

 p { color: rgb(0,9,46); }

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

background-color css

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

 a { background-color: rgb(0,9,46); }

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

border-color css

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

 span { border-color: rgb(0,9,46); }

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