Html Css Color HEX #1F246F Midnight Blue

📋 copy color: '#1F246F'

red 31 ◦ green 36 ◦ blue 111

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

Shades of Midnight Blue #1F246F

Tints of Midnight Blue #1F246F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.22%

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

R = 17.42%
G = 20.22%
B = 62.36%

CMYK

 C value IS 0.72

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F246F (or 0x1F246F) is known color: Midnight Blue. HEX triplet: 1F, 24 and 6F. RGB value is (31,36,111). Sum of RGB (Red+Green+Blue) = 31+36+111=178 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.42% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 111 (43.75% from 255 or 62.36% from 178); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F246F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F246F is #E0DB90. Grayscale: #2A2A2A. Windows color (decimal): -14736273 or 7283743. OLE color: 7283743.

HSL color Cylindrical-coordinate representation of color #1F246F: hue angle of 236.25º 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 #1F246F is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 31 36 111 -
CMYK 0.72 0.68 0 0.56
HSL 236.25º 0.56% 0.28% -
HSV(B) 236.25º 0.72% 0.44% -
XYZ 4.07 2.7 15.35 -
YUV 43.06 166.34 119.4 -
System Red Green Blue C M Y K H S L
Decimal 31 36 111 0.72 0.68 0 0.56 236.25 0.56 0.28
Hex 1F 24 6F 48 44 0 38 EC 38 1C
Octal 37 44 157 110 104 0 70 354 70 34
Binary 11111 100100 1101111 1001000 1000100 0 111000 11101100 111000 11100

Color Harmonies of #1F246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F246F

Black with #1F246F

Text Example


Text Example

White with #1F246F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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