Html Css Color HEX #132348 Midnight Express

📋 copy color: '#132348'

red 19 ◦ green 35 ◦ blue 72

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

Shades of Midnight Express #132348

Tints of Midnight Express #132348

RGB

 RED value IS 19 (7.81% from 255) = 15.08%

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

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

R = 15.08%
G = 27.78%
B = 57.14%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#132348 (or 0x132348) is known color: Midnight Express. HEX triplet: 13, 23 and 48. RGB value is (19,35,72). Sum of RGB (Red+Green+Blue) = 19+35+72=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 72 (28.52% from 255 or 57.14% from 126); Max value from RGB is 72 - color contains mainly: blue. Hex color #132348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132348 is #ECDCB7. Grayscale: #222222. Windows color (decimal): -15523000 or 4727571. OLE color: 4727571.

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

Color convert

RGB 19 35 72 -
CMYK 0.74 0.51 0 0.72
HSL 221.89º 0.58% 0.18% -
HSV(B) 221.89º 0.74% 0.28% -
XYZ 2.04 1.81 6.37 -
YUV 34.43 149.2 116.99 -
System Red Green Blue C M Y K H S L
Decimal 19 35 72 0.74 0.51 0 0.72 221.89 0.58 0.18
Hex 13 23 48 4A 33 0 48 DE 3A 12
Octal 23 43 110 112 63 0 110 336 72 22
Binary 10011 100011 1001000 1001010 110011 0 1001000 11011110 111010 10010

Color Harmonies of #132348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132348

Black with #132348

Text Example


Text Example

White with #132348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132348; }

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

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

background-color css

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

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

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

border-color css

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

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

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