Html Css Color HEX #132843 Midnight

📋 copy color: '#132843'

red 19 ◦ green 40 ◦ blue 67

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

Shades of Midnight #132843

Tints of Midnight #132843

RGB

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

 GREEN value IS 40 (16.02% from 255) = 31.75%

 BLUE value IS 67 (26.56% from 255) = 53.17%

R = 15.08%
G = 31.75%
B = 53.17%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#132843 (or 0x132843) is known color: Midnight. HEX triplet: 13, 28 and 43. RGB value is (19,40,67). Sum of RGB (Red+Green+Blue) = 19+40+67=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 67 (26.56% from 255 or 53.17% from 126); Max value from RGB is 67 - color contains mainly: blue. Hex color #132843 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132843 is #ECD7BC. Grayscale: #242424. Windows color (decimal): -15521725 or 4401171. OLE color: 4401171.

HSL color Cylindrical-coordinate representation of color #132843: hue angle of 213.75º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #132843 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 40 67 -
CMYK 0.72 0.40 0 0.74
HSL 213.75º 0.56% 0.17% -
HSV(B) 213.75º 0.72% 0.26% -
XYZ 2.04 2.06 5.6 -
YUV 36.8 145.04 115.3 -
System Red Green Blue C M Y K H S L
Decimal 19 40 67 0.72 0.40 0 0.74 213.75 0.56 0.17
Hex 13 28 43 48 28 0 4A D6 38 11
Octal 23 50 103 110 50 0 112 326 70 21
Binary 10011 101000 1000011 1001000 101000 0 1001010 11010110 111000 10001

Color Harmonies of #132843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132843

Black with #132843

Text Example


Text Example

White with #132843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132843; }

 p { color: rgb(19,40,67); }

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

background-color css

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

 a { background-color: rgb(19,40,67); }

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

border-color css

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

 span { border-color: rgb(19,40,67); }

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