Html Css Color HEX #020830 Midnight Express

📋 copy color: '#020830'

red 2 ◦ green 8 ◦ blue 48

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

Shades of Midnight Express #020830

Tints of Midnight Express #020830

RGB

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

 GREEN value IS 8 (3.52% from 255) = 13.79%

 BLUE value IS 48 (19.14% from 255) = 82.76%

R = 3.45%
G = 13.79%
B = 82.76%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#020830 (or 0x020830) is known color: Midnight Express. HEX triplet: 02, 08 and 30. RGB value is (2,8,48). Sum of RGB (Red+Green+Blue) = 2+8+48=58 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.45% from 58); Green value is 8 (3.52% from 255 or 13.79% from 58); Blue value is 48 (19.14% from 255 or 82.76% from 58); Max value from RGB is 48 - color contains mainly: blue. Hex color #020830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020830 is #FDF7CF. Grayscale: #0A0A0A. Windows color (decimal): -16644048 or 3147778. OLE color: 3147778.

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

Color convert

RGB 2 8 48 -
CMYK 0.96 0.83 0 0.81
HSL 232.17º 0.92% 0.1% -
HSV(B) 232.17º 0.96% 0.19% -
XYZ 0.65 0.4 2.84 -
YUV 10.77 149.01 121.75 -
System Red Green Blue C M Y K H S L
Decimal 2 8 48 0.96 0.83 0 0.81 232.17 0.92 0.1
Hex 2 8 30 60 53 0 51 E8 5C A
Octal 2 10 60 140 123 0 121 350 134 12
Binary 10 1000 110000 1100000 1010011 0 1010001 11101000 1011100 1010

Color Harmonies of #020830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020830

Black with #020830

Text Example


Text Example

White with #020830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020830; }

 p { color: rgb(2,8,48); }

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

background-color css

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

 a { background-color: rgb(2,8,48); }

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

border-color css

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

 span { border-color: rgb(2,8,48); }

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