Html Css Color HEX #1F1C6C Midnight Blue

📋 copy color: '#1F1C6C'

red 31 ◦ green 28 ◦ blue 108

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

Shades of Midnight Blue #1F1C6C

Tints of Midnight Blue #1F1C6C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.77%

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

R = 18.56%
G = 16.77%
B = 64.67%

CMYK

 C value IS 0.71

 M value IS 0.74

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1F1C6C (or 0x1F1C6C) is known color: Midnight Blue. HEX triplet: 1F, 1C and 6C. RGB value is (31,28,108). Sum of RGB (Red+Green+Blue) = 31+28+108=167 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.56% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 108 (42.58% from 255 or 64.67% from 167); Max value from RGB is 108 - color contains mainly: blue. Hex color #1F1C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F1C6C is #E0E393. Grayscale: #252525. Windows color (decimal): -14738324 or 7085087. OLE color: 7085087.

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

Color convert

RGB 31 28 108 -
CMYK 0.71 0.74 0 0.58
HSL 242.25º 0.59% 0.27% -
HSV(B) 242.25º 0.74% 0.42% -
XYZ 3.69 2.2 14.42 -
YUV 38.02 167.49 123 -
System Red Green Blue C M Y K H S L
Decimal 31 28 108 0.71 0.74 0 0.58 242.25 0.59 0.27
Hex 1F 1C 6C 47 4A 0 3A F2 3B 1B
Octal 37 34 154 107 112 0 72 362 73 33
Binary 11111 11100 1101100 1000111 1001010 0 111010 11110010 111011 11011

Color Harmonies of #1F1C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1C6C

Black with #1F1C6C

Text Example


Text Example

White with #1F1C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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