Html Css Color HEX #132985 Midnight Blue

📋 copy color: '#132985'

red 19 ◦ green 41 ◦ blue 133

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

Shades of Midnight Blue #132985

Tints of Midnight Blue #132985

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.24%

 BLUE value IS 133 (52.34% from 255) = 68.91%

R = 9.84%
G = 21.24%
B = 68.91%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#132985 (or 0x132985) is known color: Midnight Blue. HEX triplet: 13, 29 and 85. RGB value is (19,41,133). Sum of RGB (Red+Green+Blue) = 19+41+133=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 133 (52.34% from 255 or 68.91% from 193); Max value from RGB is 133 - color contains mainly: blue. Hex color #132985 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132985 is #ECD67A. Grayscale: #2C2C2C. Windows color (decimal): -15521403 or 8726803. OLE color: 8726803.

HSL color Cylindrical-coordinate representation of color #132985: hue angle of 228.42º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #132985 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 41 133 -
CMYK 0.86 0.69 0 0.48
HSL 228.42º 0.75% 0.3% -
HSV(B) 228.42º 0.86% 0.52% -
XYZ 5.3 3.42 22.57 -
YUV 44.91 177.71 109.52 -
System Red Green Blue C M Y K H S L
Decimal 19 41 133 0.86 0.69 0 0.48 228.42 0.75 0.3
Hex 13 29 85 56 45 0 30 E4 4B 1E
Octal 23 51 205 126 105 0 60 344 113 36
Binary 10011 101001 10000101 1010110 1000101 0 110000 11100100 1001011 11110

Color Harmonies of #132985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132985

Black with #132985

Text Example


Text Example

White with #132985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132985; }

 p { color: rgb(19,41,133); }

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

background-color css

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

 a { background-color: rgb(19,41,133); }

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

border-color css

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

 span { border-color: rgb(19,41,133); }

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