Html Css Color HEX #02193C Midnight Express

📋 copy color: '#02193C'

red 2 ◦ green 25 ◦ blue 60

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

Shades of Midnight Express #02193C

Tints of Midnight Express #02193C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 28.74%

 BLUE value IS 60 (23.83% from 255) = 68.97%

R = 2.3%
G = 28.74%
B = 68.97%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#02193C (or 0x02193C) is known color: Midnight Express. HEX triplet: 02, 19 and 3C. RGB value is (2,25,60). Sum of RGB (Red+Green+Blue) = 2+25+60=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 60 (23.83% from 255 or 68.97% from 87); Max value from RGB is 60 - color contains mainly: blue. Hex color #02193C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02193C is #FDE6C3. Grayscale: #151515. Windows color (decimal): -16639684 or 3938562. OLE color: 3938562.

HSL color Cylindrical-coordinate representation of color #02193C: hue angle of 216.21º 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 #02193C is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 2 25 60 -
CMYK 0.97 0.58 0 0.76
HSL 216.21º 0.94% 0.12% -
HSV(B) 216.21º 0.97% 0.24% -
XYZ 1.19 1.03 4.41 -
YUV 22.11 149.38 113.65 -
System Red Green Blue C M Y K H S L
Decimal 2 25 60 0.97 0.58 0 0.76 216.21 0.94 0.12
Hex 2 19 3C 61 3A 0 4C D8 5E C
Octal 2 31 74 141 72 0 114 330 136 14
Binary 10 11001 111100 1100001 111010 0 1001100 11011000 1011110 1100

Color Harmonies of #02193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02193C

Black with #02193C

Text Example


Text Example

White with #02193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02193C; }

 p { color: rgb(2,25,60); }

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

background-color css

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

 a { background-color: rgb(2,25,60); }

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

border-color css

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

 span { border-color: rgb(2,25,60); }

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