Html Css Color HEX #1F2385 Midnight Blue

📋 copy color: '#1F2385'

red 31 ◦ green 35 ◦ blue 133

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

Shades of Midnight Blue #1F2385

Tints of Midnight Blue #1F2385

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.59%

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

R = 15.58%
G = 17.59%
B = 66.83%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1F2385 (or 0x1F2385) is known color: Midnight Blue. HEX triplet: 1F, 23 and 85. RGB value is (31,35,133). Sum of RGB (Red+Green+Blue) = 31+35+133=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 133 (52.34% from 255 or 66.83% from 199); Max value from RGB is 133 - color contains mainly: blue. Hex color #1F2385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2385 is #E0DC7A. Grayscale: #2C2C2C. Windows color (decimal): -14736507 or 8725279. OLE color: 8725279.

HSL color Cylindrical-coordinate representation of color #1F2385: hue angle of 237.65º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F2385 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 31 35 133 -
CMYK 0.77 0.74 0 0.48
HSL 237.65º 0.62% 0.32% -
HSV(B) 237.65º 0.77% 0.52% -
XYZ 5.4 3.19 22.52 -
YUV 44.98 177.67 118.03 -
System Red Green Blue C M Y K H S L
Decimal 31 35 133 0.77 0.74 0 0.48 237.65 0.62 0.32
Hex 1F 23 85 4D 4A 0 30 EE 3E 20
Octal 37 43 205 115 112 0 60 356 76 40
Binary 11111 100011 10000101 1001101 1001010 0 110000 11101110 111110 100000

Color Harmonies of #1F2385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2385

Black with #1F2385

Text Example


Text Example

White with #1F2385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,35,133); }

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

background-color css

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

 a { background-color: rgb(31,35,133); }

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

border-color css

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

 span { border-color: rgb(31,35,133); }

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