Html Css Color HEX #1F246C Midnight Blue

📋 copy color: '#1F246C'

red 31 ◦ green 36 ◦ blue 108

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

Shades of Midnight Blue #1F246C

Tints of Midnight Blue #1F246C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 61.71%

R = 17.71%
G = 20.57%
B = 61.71%

CMYK

 C value IS 0.71

 M value IS 0.67

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1F246C (or 0x1F246C) is known color: Midnight Blue. HEX triplet: 1F, 24 and 6C. RGB value is (31,36,108). Sum of RGB (Red+Green+Blue) = 31+36+108=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 108 (42.58% from 255 or 61.71% from 175); Max value from RGB is 108 - color contains mainly: blue. Hex color #1F246C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F246C is #E0DB93. Grayscale: #2A2A2A. Windows color (decimal): -14736276 or 7087135. OLE color: 7087135.

HSL color Cylindrical-coordinate representation of color #1F246C: hue angle of 236.1º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F246C is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 31 36 108 -
CMYK 0.71 0.67 0 0.58
HSL 236.1º 0.55% 0.27% -
HSV(B) 236.1º 0.71% 0.42% -
XYZ 3.9 2.64 14.49 -
YUV 42.71 164.84 119.65 -
System Red Green Blue C M Y K H S L
Decimal 31 36 108 0.71 0.67 0 0.58 236.1 0.55 0.27
Hex 1F 24 6C 47 43 0 3A EC 37 1B
Octal 37 44 154 107 103 0 72 354 67 33
Binary 11111 100100 1101100 1000111 1000011 0 111010 11101100 110111 11011

Color Harmonies of #1F246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F246C

Black with #1F246C

Text Example


Text Example

White with #1F246C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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