Html Css Color HEX #241F7F Midnight Blue

📋 copy color: '#241F7F'

red 36 ◦ green 31 ◦ blue 127

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

Shades of Midnight Blue #241F7F

Tints of Midnight Blue #241F7F

RGB

 RED value IS 36 (14.45% from 255) = 18.56%

 GREEN value IS 31 (12.5% from 255) = 15.98%

 BLUE value IS 127 (50% from 255) = 65.46%

R = 18.56%
G = 15.98%
B = 65.46%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#241F7F (or 0x241F7F) is known color: Midnight Blue. HEX triplet: 24, 1F and 7F. RGB value is (36,31,127). Sum of RGB (Red+Green+Blue) = 36+31+127=194 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.56% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 127 (50% from 255 or 65.46% from 194); Max value from RGB is 127 - color contains mainly: blue. Hex color #241F7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241F7F is #DBE080. Grayscale: #2B2B2B. Windows color (decimal): -14409857 or 8331044. OLE color: 8331044.

HSL color Cylindrical-coordinate representation of color #241F7F: hue angle of 243.13º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #241F7F is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 31 127 -
CMYK 0.72 0.76 0 0.50
HSL 243.13º 0.61% 0.31% -
HSV(B) 243.13º 0.76% 0.5% -
XYZ 5.05 2.89 20.37 -
YUV 43.44 175.16 122.69 -
System Red Green Blue C M Y K H S L
Decimal 36 31 127 0.72 0.76 0 0.50 243.13 0.61 0.31
Hex 24 1F 7F 48 4C 0 32 F3 3D 1F
Octal 44 37 177 110 114 0 62 363 75 37
Binary 100100 11111 1111111 1001000 1001100 0 110010 11110011 111101 11111

Color Harmonies of #241F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241F7F

Black with #241F7F

Text Example


Text Example

White with #241F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241F7F; }

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

 H1.HeaderClassName
 {
   color: #241F7F;
 }
 .AnyTagClassName
 {
   color: #241F7F;
 }
</style>

background-color css

<style>
 a { background-color: #241F7F; }

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

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

border-color css

<style>
 span { border-color: #241F7F; }

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

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