Html Css Color HEX #1F248A Midnight Blue

📋 copy color: '#1F248A'

red 31 ◦ green 36 ◦ blue 138

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

Shades of Midnight Blue #1F248A

Tints of Midnight Blue #1F248A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 67.32%

R = 15.12%
G = 17.56%
B = 67.32%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1F248A (or 0x1F248A) is known color: Midnight Blue. HEX triplet: 1F, 24 and 8A. RGB value is (31,36,138). Sum of RGB (Red+Green+Blue) = 31+36+138=205 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.12% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 138 (54.30% from 255 or 67.32% from 205); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F248A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F248A is #E0DB75. Grayscale: #2D2D2D. Windows color (decimal): -14736246 or 9053215. OLE color: 9053215.

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

Color convert

RGB 31 36 138 -
CMYK 0.78 0.74 0 0.46
HSL 237.2º 0.63% 0.33% -
HSV(B) 237.2º 0.78% 0.54% -
XYZ 5.78 3.39 24.39 -
YUV 46.13 179.84 117.21 -
System Red Green Blue C M Y K H S L
Decimal 31 36 138 0.78 0.74 0 0.46 237.2 0.63 0.33
Hex 1F 24 8A 4E 4A 0 2E ED 3F 21
Octal 37 44 212 116 112 0 56 355 77 41
Binary 11111 100100 10001010 1001110 1001010 0 101110 11101101 111111 100001

Color Harmonies of #1F248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F248A

Black with #1F248A

Text Example


Text Example

White with #1F248A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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