Html Css Color HEX #130652 Midnight Blue

📋 copy color: '#130652'

red 19 ◦ green 6 ◦ blue 82

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

Shades of Midnight Blue #130652

Tints of Midnight Blue #130652

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.61%

 BLUE value IS 82 (32.42% from 255) = 76.64%

R = 17.76%
G = 5.61%
B = 76.64%

CMYK

 C value IS 0.77

 M value IS 0.93

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#130652 (or 0x130652) is known color: Midnight Blue. HEX triplet: 13, 06 and 52. RGB value is (19,6,82). Sum of RGB (Red+Green+Blue) = 19+6+82=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 82 (32.42% from 255 or 76.64% from 107); Max value from RGB is 82 - color contains mainly: blue. Hex color #130652 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130652 is #ECF9AD. Grayscale: #121212. Windows color (decimal): -15530414 or 5375507. OLE color: 5375507.

HSL color Cylindrical-coordinate representation of color #130652: hue angle of 250.26º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130652 is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 6 82 -
CMYK 0.77 0.93 0 0.68
HSL 250.26º 0.86% 0.17% -
HSV(B) 250.26º 0.93% 0.32% -
XYZ 1.86 0.88 8.05 -
YUV 18.55 163.81 128.32 -
System Red Green Blue C M Y K H S L
Decimal 19 6 82 0.77 0.93 0 0.68 250.26 0.86 0.17
Hex 13 6 52 4D 5D 0 44 FA 56 11
Octal 23 6 122 115 135 0 104 372 126 21
Binary 10011 110 1010010 1001101 1011101 0 1000100 11111010 1010110 10001

Color Harmonies of #130652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130652

Black with #130652

Text Example


Text Example

White with #130652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130652; }

 p { color: rgb(19,6,82); }

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

background-color css

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

 a { background-color: rgb(19,6,82); }

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

border-color css

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

 span { border-color: rgb(19,6,82); }

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