Html Css Color HEX #281F74 Midnight Blue

📋 copy color: '#281F74'

red 40 ◦ green 31 ◦ blue 116

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

Shades of Midnight Blue #281F74

Tints of Midnight Blue #281F74

RGB

 RED value IS 40 (16.02% from 255) = 21.39%

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

 BLUE value IS 116 (45.7% from 255) = 62.03%

R = 21.39%
G = 16.58%
B = 62.03%

CMYK

 C value IS 0.66

 M value IS 0.73

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#281F74 (or 0x281F74) is known color: Midnight Blue. HEX triplet: 28, 1F and 74. RGB value is (40,31,116). Sum of RGB (Red+Green+Blue) = 40+31+116=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 31 (12.5% from 255 or 16.58% from 187); Blue value is 116 (45.70% from 255 or 62.03% from 187); Max value from RGB is 116 - color contains mainly: blue. Hex color #281F74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281F74 is #D7E08B. Grayscale: #2B2B2B. Windows color (decimal): -14147724 or 7610152. OLE color: 7610152.

HSL color Cylindrical-coordinate representation of color #281F74: hue angle of 246.35º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #281F74 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 31 116 -
CMYK 0.66 0.73 0 0.55
HSL 246.35º 0.58% 0.29% -
HSV(B) 246.35º 0.73% 0.45% -
XYZ 4.52 2.69 16.8 -
YUV 43.38 168.98 125.59 -
System Red Green Blue C M Y K H S L
Decimal 40 31 116 0.66 0.73 0 0.55 246.35 0.58 0.29
Hex 28 1F 74 42 49 0 37 F6 3A 1D
Octal 50 37 164 102 111 0 67 366 72 35
Binary 101000 11111 1110100 1000010 1001001 0 110111 11110110 111010 11101

Color Harmonies of #281F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281F74

Black with #281F74

Text Example


Text Example

White with #281F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281F74; }

 p { color: rgb(40,31,116); }

 H1.HeaderClassName
 {
   color: #281F74;
 }
 .AnyTagClassName
 {
   color: #281F74;
 }
</style>

background-color css

<style>
 a { background-color: #281F74; }

 a { background-color: rgb(40,31,116); }

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

border-color css

<style>
 span { border-color: #281F74; }

 span { border-color: rgb(40,31,116); }

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