Html Css Color HEX #172285 Midnight Blue

📋 copy color: '#172285'

red 23 ◦ green 34 ◦ blue 133

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

Shades of Midnight Blue #172285

Tints of Midnight Blue #172285

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.89%

 BLUE value IS 133 (52.34% from 255) = 70%

R = 12.11%
G = 17.89%
B = 70%

CMYK

 C value IS 0.83

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#172285 (or 0x172285) is known color: Midnight Blue. HEX triplet: 17, 22 and 85. RGB value is (23,34,133). Sum of RGB (Red+Green+Blue) = 23+34+133=190 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.11% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 133 (52.34% from 255 or 70% from 190); Max value from RGB is 133 - color contains mainly: blue. Hex color #172285 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172285 is #E8DD7A. Grayscale: #292929. Windows color (decimal): -15261051 or 8725015. OLE color: 8725015.

HSL color Cylindrical-coordinate representation of color #172285: hue angle of 234º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #172285 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 23 34 133 -
CMYK 0.83 0.74 0 0.48
HSL 234º 0.71% 0.31% -
HSV(B) 234º 0.83% 0.52% -
XYZ 5.16 3.02 22.5 -
YUV 42 179.36 114.45 -
System Red Green Blue C M Y K H S L
Decimal 23 34 133 0.83 0.74 0 0.48 234 0.71 0.31
Hex 17 22 85 53 4A 0 30 EA 47 1F
Octal 27 42 205 123 112 0 60 352 107 37
Binary 10111 100010 10000101 1010011 1001010 0 110000 11101010 1000111 11111

Color Harmonies of #172285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172285

Black with #172285

Text Example


Text Example

White with #172285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172285; }

 p { color: rgb(23,34,133); }

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

background-color css

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

 a { background-color: rgb(23,34,133); }

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

border-color css

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

 span { border-color: rgb(23,34,133); }

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