Html Css Color HEX #02133D Midnight Express

📋 copy color: '#02133D'

red 2 ◦ green 19 ◦ blue 61

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

Shades of Midnight Express #02133D

Tints of Midnight Express #02133D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 23.17%

 BLUE value IS 61 (24.22% from 255) = 74.39%

R = 2.44%
G = 23.17%
B = 74.39%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#02133D (or 0x02133D) is known color: Midnight Express. HEX triplet: 02, 13 and 3D. RGB value is (2,19,61). Sum of RGB (Red+Green+Blue) = 2+19+61=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 61 (24.22% from 255 or 74.39% from 82); Max value from RGB is 61 - color contains mainly: blue. Hex color #02133D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02133D is #FDECC2. Grayscale: #121212. Windows color (decimal): -16641219 or 4002562. OLE color: 4002562.

HSL color Cylindrical-coordinate representation of color #02133D: hue angle of 222.71º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02133D is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 2 19 61 -
CMYK 0.97 0.69 0 0.76
HSL 222.71º 0.94% 0.12% -
HSV(B) 222.71º 0.97% 0.24% -
XYZ 1.1 0.82 4.51 -
YUV 18.71 151.87 116.08 -
System Red Green Blue C M Y K H S L
Decimal 2 19 61 0.97 0.69 0 0.76 222.71 0.94 0.12
Hex 2 13 3D 61 45 0 4C DF 5E C
Octal 2 23 75 141 105 0 114 337 136 14
Binary 10 10011 111101 1100001 1000101 0 1001100 11011111 1011110 1100

Color Harmonies of #02133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02133D

Black with #02133D

Text Example


Text Example

White with #02133D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02133D; }

 p { color: rgb(2,19,61); }

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

background-color css

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

 a { background-color: rgb(2,19,61); }

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

border-color css

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

 span { border-color: rgb(2,19,61); }

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