Html Css Color HEX #13065C Midnight Blue

📋 copy color: '#13065C'

red 19 ◦ green 6 ◦ blue 92

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

Shades of Midnight Blue #13065C

Tints of Midnight Blue #13065C

RGB

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

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

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

R = 16.24%
G = 5.13%
B = 78.63%

CMYK

 C value IS 0.79

 M value IS 0.93

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13065C (or 0x13065C) is known color: Midnight Blue. HEX triplet: 13, 06 and 5C. RGB value is (19,6,92). Sum of RGB (Red+Green+Blue) = 19+6+92=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 92 (36.33% from 255 or 78.63% from 117); Max value from RGB is 92 - color contains mainly: blue. Hex color #13065C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13065C is #ECF9A3. Grayscale: #131313. Windows color (decimal): -15530404 or 6030867. OLE color: 6030867.

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

Color convert

RGB 19 6 92 -
CMYK 0.79 0.93 0 0.64
HSL 249.07º 0.88% 0.19% -
HSV(B) 249.07º 0.93% 0.36% -
XYZ 2.27 1.04 10.21 -
YUV 19.69 168.81 127.51 -
System Red Green Blue C M Y K H S L
Decimal 19 6 92 0.79 0.93 0 0.64 249.07 0.88 0.19
Hex 13 6 5C 4F 5D 0 40 F9 58 13
Octal 23 6 134 117 135 0 100 371 130 23
Binary 10011 110 1011100 1001111 1011101 0 1000000 11111001 1011000 10011

Color Harmonies of #13065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13065C

Black with #13065C

Text Example


Text Example

White with #13065C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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