Html Css Color HEX #1F256E Midnight Blue

📋 copy color: '#1F256E'

red 31 ◦ green 37 ◦ blue 110

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

Shades of Midnight Blue #1F256E

Tints of Midnight Blue #1F256E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 61.8%

R = 17.42%
G = 20.79%
B = 61.8%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1F256E (or 0x1F256E) is known color: Midnight Blue. HEX triplet: 1F, 25 and 6E. RGB value is (31,37,110). Sum of RGB (Red+Green+Blue) = 31+37+110=178 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.42% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 110 (43.36% from 255 or 61.80% from 178); Max value from RGB is 110 - color contains mainly: blue. Hex color #1F256E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F256E is #E0DA91. Grayscale: #2B2B2B. Windows color (decimal): -14736018 or 7218463. OLE color: 7218463.

HSL color Cylindrical-coordinate representation of color #1F256E: hue angle of 235.44º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F256E is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 31 37 110 -
CMYK 0.72 0.66 0 0.57
HSL 235.44º 0.56% 0.28% -
HSV(B) 235.44º 0.72% 0.43% -
XYZ 4.04 2.74 15.07 -
YUV 43.53 165.51 119.06 -
System Red Green Blue C M Y K H S L
Decimal 31 37 110 0.72 0.66 0 0.57 235.44 0.56 0.28
Hex 1F 25 6E 48 42 0 39 EB 38 1C
Octal 37 45 156 110 102 0 71 353 70 34
Binary 11111 100101 1101110 1001000 1000010 0 111001 11101011 111000 11100

Color Harmonies of #1F256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F256E

Black with #1F256E

Text Example


Text Example

White with #1F256E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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