Html Css Color HEX #281B73 Midnight Blue

📋 copy color: '#281B73'

red 40 ◦ green 27 ◦ blue 115

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

Shades of Midnight Blue #281B73

Tints of Midnight Blue #281B73

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.84%

 BLUE value IS 115 (45.31% from 255) = 63.19%

R = 21.98%
G = 14.84%
B = 63.19%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#281B73 (or 0x281B73) is known color: Midnight Blue. HEX triplet: 28, 1B and 73. RGB value is (40,27,115). Sum of RGB (Red+Green+Blue) = 40+27+115=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 27 (10.94% from 255 or 14.84% from 182); Blue value is 115 (45.31% from 255 or 63.19% from 182); Max value from RGB is 115 - color contains mainly: blue. Hex color #281B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281B73 is #D7E48C. Grayscale: #282828. Windows color (decimal): -14148749 or 7543592. OLE color: 7543592.

HSL color Cylindrical-coordinate representation of color #281B73: hue angle of 248.86º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #281B73 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 27 115 -
CMYK 0.65 0.77 0 0.55
HSL 248.86º 0.62% 0.28% -
HSV(B) 248.86º 0.77% 0.45% -
XYZ 4.36 2.47 16.47 -
YUV 40.92 169.81 127.34 -
System Red Green Blue C M Y K H S L
Decimal 40 27 115 0.65 0.77 0 0.55 248.86 0.62 0.28
Hex 28 1B 73 41 4D 0 37 F9 3E 1C
Octal 50 33 163 101 115 0 67 371 76 34
Binary 101000 11011 1110011 1000001 1001101 0 110111 11111001 111110 11100

Color Harmonies of #281B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281B73

Black with #281B73

Text Example


Text Example

White with #281B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,27,115); }

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

background-color css

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

 a { background-color: rgb(40,27,115); }

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

border-color css

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

 span { border-color: rgb(40,27,115); }

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