Html Css Color HEX #00092F Midnight Express

📋 copy color: '#00092F'

red 0 ◦ green 9 ◦ blue 47

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

Shades of Midnight Express #00092F

Tints of Midnight Express #00092F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 83.93%

R = 0%
G = 16.07%
B = 83.93%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#00092F (or 0x00092F) is known color: Midnight Express. HEX triplet: 00, 09 and 2F. RGB value is (0,9,47). Sum of RGB (Red+Green+Blue) = 0+9+47=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 9 (3.91% from 255 or 16.07% from 56); Blue value is 47 (18.75% from 255 or 83.93% from 56); Max value from RGB is 47 - color contains mainly: blue. Hex color #00092F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00092F is #FFF6D0. Grayscale: #0A0A0A. Windows color (decimal): -16774865 or 3082496. OLE color: 3082496.

HSL color Cylindrical-coordinate representation of color #00092F: hue angle of 228.51º 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 #00092F is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 0 9 47 -
CMYK 1 0.81 0 0.82
HSL 228.51º 1% 0.09% -
HSV(B) 228.51º 1% 0.18% -
XYZ 0.61 0.4 2.73 -
YUV 10.64 148.52 120.41 -
System Red Green Blue C M Y K H S L
Decimal 0 9 47 1 0.81 0 0.82 228.51 1 0.09
Hex 0 9 2F 64 51 0 52 E5 64 9
Octal 0 11 57 144 121 0 122 345 144 11
Binary 0 1001 101111 1100100 1010001 0 1010010 11100101 1100100 1001

Color Harmonies of #00092F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00092F

Black with #00092F

Text Example


Text Example

White with #00092F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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