Html Css Color HEX #02092F Midnight Express

📋 copy color: '#02092F'

red 2 ◦ green 9 ◦ blue 47

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

Shades of Midnight Express #02092F

Tints of Midnight Express #02092F

RGB

 RED value IS 2 (1.17% from 255) = 3.45%

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

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

R = 3.45%
G = 15.52%
B = 81.03%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#02092F (or 0x02092F) is known color: Midnight Express. HEX triplet: 02, 09 and 2F. RGB value is (2,9,47). Sum of RGB (Red+Green+Blue) = 2+9+47=58 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.45% from 58); Green value is 9 (3.91% from 255 or 15.52% from 58); Blue value is 47 (18.75% from 255 or 81.03% from 58); Max value from RGB is 47 - color contains mainly: blue. Hex color #02092F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02092F is #FDF6D0. Grayscale: #0B0B0B. Windows color (decimal): -16643793 or 3082498. OLE color: 3082498.

HSL color Cylindrical-coordinate representation of color #02092F: hue angle of 230.67º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02092F is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 2 9 47 -
CMYK 0.96 0.81 0 0.82
HSL 230.67º 0.92% 0.1% -
HSV(B) 230.67º 0.96% 0.18% -
XYZ 0.64 0.41 2.74 -
YUV 11.24 148.18 121.41 -
System Red Green Blue C M Y K H S L
Decimal 2 9 47 0.96 0.81 0 0.82 230.67 0.92 0.1
Hex 2 9 2F 60 51 0 52 E7 5C A
Octal 2 11 57 140 121 0 122 347 134 12
Binary 10 1001 101111 1100000 1010001 0 1010010 11100111 1011100 1010

Color Harmonies of #02092F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02092F

Black with #02092F

Text Example


Text Example

White with #02092F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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