Html Css Color HEX #102348 Midnight Express

📋 copy color: '#102348'

red 16 ◦ green 35 ◦ blue 72

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

Shades of Midnight Express #102348

Tints of Midnight Express #102348

RGB

 RED value IS 16 (6.64% from 255) = 13.01%

 GREEN value IS 35 (14.06% from 255) = 28.46%

 BLUE value IS 72 (28.52% from 255) = 58.54%

R = 13.01%
G = 28.46%
B = 58.54%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#102348 (or 0x102348) is known color: Midnight Express. HEX triplet: 10, 23 and 48. RGB value is (16,35,72). Sum of RGB (Red+Green+Blue) = 16+35+72=123 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.01% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 72 (28.52% from 255 or 58.54% from 123); Max value from RGB is 72 - color contains mainly: blue. Hex color #102348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102348 is #EFDCB7. Grayscale: #212121. Windows color (decimal): -15719608 or 4727568. OLE color: 4727568.

HSL color Cylindrical-coordinate representation of color #102348: hue angle of 219.64º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #102348 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 16 35 72 -
CMYK 0.78 0.51 0 0.72
HSL 219.64º 0.64% 0.17% -
HSV(B) 219.64º 0.78% 0.28% -
XYZ 1.98 1.78 6.37 -
YUV 33.54 149.71 115.49 -
System Red Green Blue C M Y K H S L
Decimal 16 35 72 0.78 0.51 0 0.72 219.64 0.64 0.17
Hex 10 23 48 4E 33 0 48 DC 40 11
Octal 20 43 110 116 63 0 110 334 100 21
Binary 10000 100011 1001000 1001110 110011 0 1001000 11011100 1000000 10001

Color Harmonies of #102348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102348

Black with #102348

Text Example


Text Example

White with #102348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102348; }

 p { color: rgb(16,35,72); }

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

background-color css

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

 a { background-color: rgb(16,35,72); }

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

border-color css

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

 span { border-color: rgb(16,35,72); }

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