Html Css Color HEX #1F277A Midnight Blue

📋 copy color: '#1F277A'

red 31 ◦ green 39 ◦ blue 122

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

Shades of Midnight Blue #1F277A

Tints of Midnight Blue #1F277A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.31%

 BLUE value IS 122 (48.05% from 255) = 63.54%

R = 16.15%
G = 20.31%
B = 63.54%

CMYK

 C value IS 0.75

 M value IS 0.68

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#1F277A (or 0x1F277A) is known color: Midnight Blue. HEX triplet: 1F, 27 and 7A. RGB value is (31,39,122). Sum of RGB (Red+Green+Blue) = 31+39+122=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 122 (48.05% from 255 or 63.54% from 192); Max value from RGB is 122 - color contains mainly: blue. Hex color #1F277A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F277A is #E0D885. Grayscale: #2D2D2D. Windows color (decimal): -14735494 or 8005407. OLE color: 8005407.

HSL color Cylindrical-coordinate representation of color #1F277A: hue angle of 234.73º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F277A is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 31 39 122 -
CMYK 0.75 0.68 0 0.52
HSL 234.73º 0.59% 0.3% -
HSV(B) 234.73º 0.75% 0.48% -
XYZ 4.8 3.15 18.77 -
YUV 46.07 170.85 117.25 -
System Red Green Blue C M Y K H S L
Decimal 31 39 122 0.75 0.68 0 0.52 234.73 0.59 0.3
Hex 1F 27 7A 4B 44 0 34 EB 3B 1E
Octal 37 47 172 113 104 0 64 353 73 36
Binary 11111 100111 1111010 1001011 1000100 0 110100 11101011 111011 11110

Color Harmonies of #1F277A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F277A

Black with #1F277A

Text Example


Text Example

White with #1F277A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,39,122); }

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

background-color css

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

 a { background-color: rgb(31,39,122); }

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

border-color css

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

 span { border-color: rgb(31,39,122); }

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