Html Css Color HEX #1F266F Midnight Blue

📋 copy color: '#1F266F'

red 31 ◦ green 38 ◦ blue 111

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

Shades of Midnight Blue #1F266F

Tints of Midnight Blue #1F266F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 61.67%

R = 17.22%
G = 21.11%
B = 61.67%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F266F (or 0x1F266F) is known color: Midnight Blue. HEX triplet: 1F, 26 and 6F. RGB value is (31,38,111). Sum of RGB (Red+Green+Blue) = 31+38+111=180 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.22% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 111 (43.75% from 255 or 61.67% from 180); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F266F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F266F is #E0D990. Grayscale: #2B2B2B. Windows color (decimal): -14735761 or 7284255. OLE color: 7284255.

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

Color convert

RGB 31 38 111 -
CMYK 0.72 0.66 0 0.56
HSL 234.75º 0.56% 0.28% -
HSV(B) 234.75º 0.72% 0.44% -
XYZ 4.13 2.83 15.37 -
YUV 44.23 165.68 118.56 -
System Red Green Blue C M Y K H S L
Decimal 31 38 111 0.72 0.66 0 0.56 234.75 0.56 0.28
Hex 1F 26 6F 48 42 0 38 EB 38 1C
Octal 37 46 157 110 102 0 70 353 70 34
Binary 11111 100110 1101111 1001000 1000010 0 111000 11101011 111000 11100

Color Harmonies of #1F266F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F266F

Black with #1F266F

Text Example


Text Example

White with #1F266F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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