Html Css Color HEX #28297D Midnight Blue

📋 copy color: '#28297D'

red 40 ◦ green 41 ◦ blue 125

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

Shades of Midnight Blue #28297D

Tints of Midnight Blue #28297D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.9%

 BLUE value IS 125 (49.22% from 255) = 60.68%

R = 19.42%
G = 19.9%
B = 60.68%

CMYK

 C value IS 0.68

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#28297D (or 0x28297D) is known color: Midnight Blue. HEX triplet: 28, 29 and 7D. RGB value is (40,41,125). Sum of RGB (Red+Green+Blue) = 40+41+125=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #28297D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28297D is #D7D682. Grayscale: #313131. Windows color (decimal): -14145155 or 8202536. OLE color: 8202536.

HSL color Cylindrical-coordinate representation of color #28297D: hue angle of 239.29º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28297D is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 41 125 -
CMYK 0.68 0.67 0 0.51
HSL 239.29º 0.52% 0.32% -
HSV(B) 239.29º 0.68% 0.49% -
XYZ 5.37 3.52 19.8 -
YUV 50.28 170.17 120.67 -
System Red Green Blue C M Y K H S L
Decimal 40 41 125 0.68 0.67 0 0.51 239.29 0.52 0.32
Hex 28 29 7D 44 43 0 33 EF 34 20
Octal 50 51 175 104 103 0 63 357 64 40
Binary 101000 101001 1111101 1000100 1000011 0 110011 11101111 110100 100000

Color Harmonies of #28297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28297D

Black with #28297D

Text Example


Text Example

White with #28297D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28297D; }

 p { color: rgb(40,41,125); }

 H1.HeaderClassName
 {
   color: #28297D;
 }
 .AnyTagClassName
 {
   color: #28297D;
 }
</style>

background-color css

<style>
 a { background-color: #28297D; }

 a { background-color: rgb(40,41,125); }

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

border-color css

<style>
 span { border-color: #28297D; }

 span { border-color: rgb(40,41,125); }

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