Html Css Color HEX #1F2569 Midnight Blue

📋 copy color: '#1F2569'

red 31 ◦ green 37 ◦ blue 105

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

Shades of Midnight Blue #1F2569

Tints of Midnight Blue #1F2569

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.39%

 BLUE value IS 105 (41.41% from 255) = 60.69%

R = 17.92%
G = 21.39%
B = 60.69%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1F2569 (or 0x1F2569) is known color: Midnight Blue. HEX triplet: 1F, 25 and 69. RGB value is (31,37,105). Sum of RGB (Red+Green+Blue) = 31+37+105=173 (22% of max value = 765). Red value is 31 (12.5% from 255 or 17.92% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 105 (41.41% from 255 or 60.69% from 173); Max value from RGB is 105 - color contains mainly: blue. Hex color #1F2569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2569 is #E0DA96. Grayscale: #2A2A2A. Windows color (decimal): -14736023 or 6890783. OLE color: 6890783.

HSL color Cylindrical-coordinate representation of color #1F2569: hue angle of 235.14º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F2569 is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 31 37 105 -
CMYK 0.70 0.65 0 0.59
HSL 235.14º 0.54% 0.27% -
HSV(B) 235.14º 0.7% 0.41% -
XYZ 3.78 2.63 13.67 -
YUV 42.96 163.01 119.47 -
System Red Green Blue C M Y K H S L
Decimal 31 37 105 0.70 0.65 0 0.59 235.14 0.54 0.27
Hex 1F 25 69 46 41 0 3B EB 36 1B
Octal 37 45 151 106 101 0 73 353 66 33
Binary 11111 100101 1101001 1000110 1000001 0 111011 11101011 110110 11011

Color Harmonies of #1F2569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2569

Black with #1F2569

Text Example


Text Example

White with #1F2569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,37,105); }

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

background-color css

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

 a { background-color: rgb(31,37,105); }

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

border-color css

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

 span { border-color: rgb(31,37,105); }

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