Html Css Color HEX #130269 Midnight Blue

📋 copy color: '#130269'

red 19 ◦ green 2 ◦ blue 105

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

Shades of Midnight Blue #130269

Tints of Midnight Blue #130269

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.59%

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

R = 15.08%
G = 1.59%
B = 83.33%

CMYK

 C value IS 0.82

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#130269 (or 0x130269) is known color: Midnight Blue. HEX triplet: 13, 02 and 69. RGB value is (19,2,105). Sum of RGB (Red+Green+Blue) = 19+2+105=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 105 (41.41% from 255 or 83.33% from 126); Max value from RGB is 105 - color contains mainly: blue. Hex color #130269 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130269 is #ECFD96. Grayscale: #121212. Windows color (decimal): -15531415 or 6881811. OLE color: 6881811.

HSL color Cylindrical-coordinate representation of color #130269: hue angle of 249.9º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #130269 is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 2 105 -
CMYK 0.82 0.98 0 0.59
HSL 249.9º 0.96% 0.21% -
HSV(B) 249.9º 0.98% 0.41% -
XYZ 2.84 1.2 13.45 -
YUV 18.83 176.63 128.12 -
System Red Green Blue C M Y K H S L
Decimal 19 2 105 0.82 0.98 0 0.59 249.9 0.96 0.21
Hex 13 2 69 52 62 0 3B FA 60 15
Octal 23 2 151 122 142 0 73 372 140 25
Binary 10011 10 1101001 1010010 1100010 0 111011 11111010 1100000 10101

Color Harmonies of #130269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130269

Black with #130269

Text Example


Text Example

White with #130269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130269; }

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

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

background-color css

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

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

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

border-color css

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

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

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