Html Css Color HEX #130453 Midnight Blue

📋 copy color: '#130453'

red 19 ◦ green 4 ◦ blue 83

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

Shades of Midnight Blue #130453

Tints of Midnight Blue #130453

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.77%

 BLUE value IS 83 (32.81% from 255) = 78.3%

R = 17.92%
G = 3.77%
B = 78.3%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#130453 (or 0x130453) is known color: Midnight Blue. HEX triplet: 13, 04 and 53. RGB value is (19,4,83). Sum of RGB (Red+Green+Blue) = 19+4+83=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 83 (32.81% from 255 or 78.30% from 106); Max value from RGB is 83 - color contains mainly: blue. Hex color #130453 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130453 is #ECFBAC. Grayscale: #111111. Windows color (decimal): -15530925 or 5440531. OLE color: 5440531.

HSL color Cylindrical-coordinate representation of color #130453: hue angle of 251.39º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130453 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 4 83 -
CMYK 0.77 0.95 0 0.67
HSL 251.39º 0.91% 0.17% -
HSV(B) 251.39º 0.95% 0.33% -
XYZ 1.87 0.85 8.25 -
YUV 17.49 164.97 129.08 -
System Red Green Blue C M Y K H S L
Decimal 19 4 83 0.77 0.95 0 0.67 251.39 0.91 0.17
Hex 13 4 53 4D 5F 0 43 FB 5B 11
Octal 23 4 123 115 137 0 103 373 133 21
Binary 10011 100 1010011 1001101 1011111 0 1000011 11111011 1011011 10001

Color Harmonies of #130453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130453

Black with #130453

Text Example


Text Example

White with #130453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130453; }

 p { color: rgb(19,4,83); }

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

background-color css

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

 a { background-color: rgb(19,4,83); }

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

border-color css

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

 span { border-color: rgb(19,4,83); }

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