Html Css Color HEX #1F2675 Midnight Blue

📋 copy color: '#1F2675'

red 31 ◦ green 38 ◦ blue 117

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

Shades of Midnight Blue #1F2675

Tints of Midnight Blue #1F2675

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.43%

 BLUE value IS 117 (46.09% from 255) = 62.9%

R = 16.67%
G = 20.43%
B = 62.9%

CMYK

 C value IS 0.74

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1F2675 (or 0x1F2675) is known color: Midnight Blue. HEX triplet: 1F, 26 and 75. RGB value is (31,38,117). Sum of RGB (Red+Green+Blue) = 31+38+117=186 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.67% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 117 (46.09% from 255 or 62.90% from 186); Max value from RGB is 117 - color contains mainly: blue. Hex color #1F2675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2675 is #E0D98A. Grayscale: #2C2C2C. Windows color (decimal): -14735755 or 7677471. OLE color: 7677471.

HSL color Cylindrical-coordinate representation of color #1F2675: hue angle of 235.12º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F2675 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 31 38 117 -
CMYK 0.74 0.68 0 0.54
HSL 235.12º 0.58% 0.29% -
HSV(B) 235.12º 0.74% 0.46% -
XYZ 4.47 2.96 17.17 -
YUV 44.91 168.68 118.08 -
System Red Green Blue C M Y K H S L
Decimal 31 38 117 0.74 0.68 0 0.54 235.12 0.58 0.29
Hex 1F 26 75 4A 44 0 36 EB 3A 1D
Octal 37 46 165 112 104 0 66 353 72 35
Binary 11111 100110 1110101 1001010 1000100 0 110110 11101011 111010 11101

Color Harmonies of #1F2675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2675

Black with #1F2675

Text Example


Text Example

White with #1F2675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,38,117); }

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

background-color css

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

 a { background-color: rgb(31,38,117); }

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

border-color css

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

 span { border-color: rgb(31,38,117); }

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