Html Css Color HEX #130857 Midnight Blue

📋 copy color: '#130857'

red 19 ◦ green 8 ◦ blue 87

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

Shades of Midnight Blue #130857

Tints of Midnight Blue #130857

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.02%

 BLUE value IS 87 (34.38% from 255) = 76.32%

R = 16.67%
G = 7.02%
B = 76.32%

CMYK

 C value IS 0.78

 M value IS 0.91

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#130857 (or 0x130857) is known color: Midnight Blue. HEX triplet: 13, 08 and 57. RGB value is (19,8,87). Sum of RGB (Red+Green+Blue) = 19+8+87=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 87 (34.38% from 255 or 76.32% from 114); Max value from RGB is 87 - color contains mainly: blue. Hex color #130857 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130857 is #ECF7A8. Grayscale: #131313. Windows color (decimal): -15529897 or 5703699. OLE color: 5703699.

HSL color Cylindrical-coordinate representation of color #130857: hue angle of 248.35º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #130857 is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 8 87 -
CMYK 0.78 0.91 0 0.66
HSL 248.35º 0.83% 0.19% -
HSV(B) 248.35º 0.91% 0.34% -
XYZ 2.08 1 9.1 -
YUV 20.3 165.64 127.08 -
System Red Green Blue C M Y K H S L
Decimal 19 8 87 0.78 0.91 0 0.66 248.35 0.83 0.19
Hex 13 8 57 4E 5B 0 42 F8 53 13
Octal 23 10 127 116 133 0 102 370 123 23
Binary 10011 1000 1010111 1001110 1011011 0 1000010 11111000 1010011 10011

Color Harmonies of #130857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130857

Black with #130857

Text Example


Text Example

White with #130857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130857; }

 p { color: rgb(19,8,87); }

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

background-color css

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

 a { background-color: rgb(19,8,87); }

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

border-color css

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

 span { border-color: rgb(19,8,87); }

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