Html Css Color HEX #281D79 Midnight Blue

📋 copy color: '#281D79'

red 40 ◦ green 29 ◦ blue 121

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

Shades of Midnight Blue #281D79

Tints of Midnight Blue #281D79

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.26%

 BLUE value IS 121 (47.66% from 255) = 63.68%

R = 21.05%
G = 15.26%
B = 63.68%

CMYK

 C value IS 0.67

 M value IS 0.76

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#281D79 (or 0x281D79) is known color: Midnight Blue. HEX triplet: 28, 1D and 79. RGB value is (40,29,121). Sum of RGB (Red+Green+Blue) = 40+29+121=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 29 (11.72% from 255 or 15.26% from 190); Blue value is 121 (47.66% from 255 or 63.68% from 190); Max value from RGB is 121 - color contains mainly: blue. Hex color #281D79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281D79 is #D7E286. Grayscale: #2A2A2A. Windows color (decimal): -14148231 or 7937320. OLE color: 7937320.

HSL color Cylindrical-coordinate representation of color #281D79: hue angle of 247.17º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #281D79 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 29 121 -
CMYK 0.67 0.76 0 0.53
HSL 247.17º 0.61% 0.29% -
HSV(B) 247.17º 0.76% 0.47% -
XYZ 4.77 2.71 18.36 -
YUV 42.78 172.14 126.02 -
System Red Green Blue C M Y K H S L
Decimal 40 29 121 0.67 0.76 0 0.53 247.17 0.61 0.29
Hex 28 1D 79 43 4C 0 35 F7 3D 1D
Octal 50 35 171 103 114 0 65 367 75 35
Binary 101000 11101 1111001 1000011 1001100 0 110101 11110111 111101 11101

Color Harmonies of #281D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281D79

Black with #281D79

Text Example


Text Example

White with #281D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,29,121); }

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

background-color css

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

 a { background-color: rgb(40,29,121); }

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

border-color css

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

 span { border-color: rgb(40,29,121); }

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