Html Css Color HEX #020934 Midnight Express

📋 copy color: '#020934'

red 2 ◦ green 9 ◦ blue 52

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

Shades of Midnight Express #020934

Tints of Midnight Express #020934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 82.54%

R = 3.17%
G = 14.29%
B = 82.54%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#020934 (or 0x020934) is known color: Midnight Express. HEX triplet: 02, 09 and 34. RGB value is (2,9,52). Sum of RGB (Red+Green+Blue) = 2+9+52=63 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.17% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 52 (20.70% from 255 or 82.54% from 63); Max value from RGB is 52 - color contains mainly: blue. Hex color #020934 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020934 is #FDF6CB. Grayscale: #0B0B0B. Windows color (decimal): -16643788 or 3410178. OLE color: 3410178.

HSL color Cylindrical-coordinate representation of color #020934: hue angle of 231.6º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020934 is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 2 9 52 -
CMYK 0.96 0.83 0 0.80
HSL 231.6º 0.93% 0.11% -
HSV(B) 231.6º 0.96% 0.2% -
XYZ 0.74 0.46 3.3 -
YUV 11.81 150.68 121 -
System Red Green Blue C M Y K H S L
Decimal 2 9 52 0.96 0.83 0 0.80 231.6 0.93 0.11
Hex 2 9 34 60 53 0 50 E8 5D B
Octal 2 11 64 140 123 0 120 350 135 13
Binary 10 1001 110100 1100000 1010011 0 1010000 11101000 1011101 1011

Color Harmonies of #020934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020934

Black with #020934

Text Example


Text Example

White with #020934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020934; }

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

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

background-color css

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

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

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

border-color css

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

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

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