Html Css Color HEX #13165C Midnight Blue

📋 copy color: '#13165C'

red 19 ◦ green 22 ◦ blue 92

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

Shades of Midnight Blue #13165C

Tints of Midnight Blue #13165C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.54%

 BLUE value IS 92 (36.33% from 255) = 69.17%

R = 14.29%
G = 16.54%
B = 69.17%

CMYK

 C value IS 0.79

 M value IS 0.76

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13165C (or 0x13165C) is known color: Midnight Blue. HEX triplet: 13, 16 and 5C. RGB value is (19,22,92). Sum of RGB (Red+Green+Blue) = 19+22+92=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 92 (36.33% from 255 or 69.17% from 133); Max value from RGB is 92 - color contains mainly: blue. Hex color #13165C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13165C is #ECE9A3. Grayscale: #1C1C1C. Windows color (decimal): -15526308 or 6034963. OLE color: 6034963.

HSL color Cylindrical-coordinate representation of color #13165C: hue angle of 237.53º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13165C is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 22 92 -
CMYK 0.79 0.76 0 0.64
HSL 237.53º 0.66% 0.22% -
HSV(B) 237.53º 0.79% 0.36% -
XYZ 2.49 1.48 10.28 -
YUV 29.08 163.51 120.81 -
System Red Green Blue C M Y K H S L
Decimal 19 22 92 0.79 0.76 0 0.64 237.53 0.66 0.22
Hex 13 16 5C 4F 4C 0 40 EE 42 16
Octal 23 26 134 117 114 0 100 356 102 26
Binary 10011 10110 1011100 1001111 1001100 0 1000000 11101110 1000010 10110

Color Harmonies of #13165C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13165C

Black with #13165C

Text Example


Text Example

White with #13165C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13165C; }

 p { color: rgb(19,22,92); }

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

background-color css

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

 a { background-color: rgb(19,22,92); }

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

border-color css

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

 span { border-color: rgb(19,22,92); }

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