Html Css Color HEX #1F177B Midnight Blue

📋 copy color: '#1F177B'

red 31 ◦ green 23 ◦ blue 123

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

Shades of Midnight Blue #1F177B

Tints of Midnight Blue #1F177B

RGB

 RED value IS 31 (12.5% from 255) = 17.51%

 GREEN value IS 23 (9.38% from 255) = 12.99%

 BLUE value IS 123 (48.44% from 255) = 69.49%

R = 17.51%
G = 12.99%
B = 69.49%

CMYK

 C value IS 0.75

 M value IS 0.81

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#1F177B (or 0x1F177B) is known color: Midnight Blue. HEX triplet: 1F, 17 and 7B. RGB value is (31,23,123). Sum of RGB (Red+Green+Blue) = 31+23+123=177 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.51% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 123 (48.44% from 255 or 69.49% from 177); Max value from RGB is 123 - color contains mainly: blue. Hex color #1F177B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F177B is #E0E884. Grayscale: #242424. Windows color (decimal): -14739589 or 8066847. OLE color: 8066847.

HSL color Cylindrical-coordinate representation of color #1F177B: hue angle of 244.8º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F177B is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 31 23 123 -
CMYK 0.75 0.81 0 0.52
HSL 244.8º 0.68% 0.29% -
HSV(B) 244.8º 0.81% 0.48% -
XYZ 4.45 2.33 18.96 -
YUV 36.79 176.65 123.87 -
System Red Green Blue C M Y K H S L
Decimal 31 23 123 0.75 0.81 0 0.52 244.8 0.68 0.29
Hex 1F 17 7B 4B 51 0 34 F5 44 1D
Octal 37 27 173 113 121 0 64 365 104 35
Binary 11111 10111 1111011 1001011 1010001 0 110100 11110101 1000100 11101

Color Harmonies of #1F177B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F177B

Black with #1F177B

Text Example


Text Example

White with #1F177B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F177B; }

 p { color: rgb(31,23,123); }

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

background-color css

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

 a { background-color: rgb(31,23,123); }

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

border-color css

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

 span { border-color: rgb(31,23,123); }

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