Html Css Color HEX #170C7C Midnight Blue

📋 copy color: '#170C7C'

red 23 ◦ green 12 ◦ blue 124

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

Shades of Midnight Blue #170C7C

Tints of Midnight Blue #170C7C

RGB

 RED value IS 23 (9.38% from 255) = 14.47%

 GREEN value IS 12 (5.08% from 255) = 7.55%

 BLUE value IS 124 (48.83% from 255) = 77.99%

R = 14.47%
G = 7.55%
B = 77.99%

CMYK

 C value IS 0.81

 M value IS 0.90

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#170C7C (or 0x170C7C) is known color: Midnight Blue. HEX triplet: 17, 0C and 7C. RGB value is (23,12,124). Sum of RGB (Red+Green+Blue) = 23+12+124=159 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.47% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 124 (48.83% from 255 or 77.99% from 159); Max value from RGB is 124 - color contains mainly: blue. Hex color #170C7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170C7C is #E8F383. Grayscale: #1B1B1B. Windows color (decimal): -15266692 or 8129559. OLE color: 8129559.

HSL color Cylindrical-coordinate representation of color #170C7C: hue angle of 245.89º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #170C7C is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 23 12 124 -
CMYK 0.81 0.90 0 0.51
HSL 245.89º 0.82% 0.27% -
HSV(B) 245.89º 0.9% 0.49% -
XYZ 4.12 1.9 19.22 -
YUV 28.06 182.14 124.39 -
System Red Green Blue C M Y K H S L
Decimal 23 12 124 0.81 0.90 0 0.51 245.89 0.82 0.27
Hex 17 C 7C 51 5A 0 33 F6 52 1B
Octal 27 14 174 121 132 0 63 366 122 33
Binary 10111 1100 1111100 1010001 1011010 0 110011 11110110 1010010 11011

Color Harmonies of #170C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170C7C

Black with #170C7C

Text Example


Text Example

White with #170C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170C7C; }

 p { color: rgb(23,12,124); }

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

background-color css

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

 a { background-color: rgb(23,12,124); }

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

border-color css

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

 span { border-color: rgb(23,12,124); }

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