Html Css Color HEX #130F69 Midnight Blue

📋 copy color: '#130F69'

red 19 ◦ green 15 ◦ blue 105

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

Shades of Midnight Blue #130F69

Tints of Midnight Blue #130F69

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.79%

 BLUE value IS 105 (41.41% from 255) = 75.54%

R = 13.67%
G = 10.79%
B = 75.54%

CMYK

 C value IS 0.82

 M value IS 0.86

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#130F69 (or 0x130F69) is known color: Midnight Blue. HEX triplet: 13, 0F and 69. RGB value is (19,15,105). Sum of RGB (Red+Green+Blue) = 19+15+105=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 15 (6.25% from 255 or 10.79% from 139); Blue value is 105 (41.41% from 255 or 75.54% from 139); Max value from RGB is 105 - color contains mainly: blue. Hex color #130F69 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130F69 is #ECF096. Grayscale: #1A1A1A. Windows color (decimal): -15528087 or 6885139. OLE color: 6885139.

HSL color Cylindrical-coordinate representation of color #130F69: hue angle of 242.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #130F69 is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 15 105 -
CMYK 0.82 0.86 0 0.59
HSL 242.67º 0.75% 0.24% -
HSV(B) 242.67º 0.86% 0.41% -
XYZ 2.99 1.5 13.5 -
YUV 26.46 172.33 122.68 -
System Red Green Blue C M Y K H S L
Decimal 19 15 105 0.82 0.86 0 0.59 242.67 0.75 0.24
Hex 13 F 69 52 56 0 3B F3 4B 18
Octal 23 17 151 122 126 0 73 363 113 30
Binary 10011 1111 1101001 1010010 1010110 0 111011 11110011 1001011 11000

Color Harmonies of #130F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F69

Black with #130F69

Text Example


Text Example

White with #130F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130F69; }

 p { color: rgb(19,15,105); }

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

background-color css

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

 a { background-color: rgb(19,15,105); }

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

border-color css

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

 span { border-color: rgb(19,15,105); }

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