Html Css Color HEX #28237D Midnight Blue

📋 copy color: '#28237D'

red 40 ◦ green 35 ◦ blue 125

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

Shades of Midnight Blue #28237D

Tints of Midnight Blue #28237D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.5%

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

R = 20%
G = 17.5%
B = 62.5%

CMYK

 C value IS 0.68

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#28237D (or 0x28237D) is known color: Midnight Blue. HEX triplet: 28, 23 and 7D. RGB value is (40,35,125). Sum of RGB (Red+Green+Blue) = 40+35+125=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 125 (49.22% from 255 or 62.5% from 200); Max value from RGB is 125 - color contains mainly: blue. Hex color #28237D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28237D is #D7DC82. Grayscale: #2E2E2E. Windows color (decimal): -14146691 or 8201000. OLE color: 8201000.

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

Color convert

RGB 40 35 125 -
CMYK 0.68 0.72 0 0.51
HSL 243.33º 0.56% 0.31% -
HSV(B) 243.33º 0.72% 0.49% -
XYZ 5.18 3.13 19.73 -
YUV 46.76 172.16 123.18 -
System Red Green Blue C M Y K H S L
Decimal 40 35 125 0.68 0.72 0 0.51 243.33 0.56 0.31
Hex 28 23 7D 44 48 0 33 F3 38 1F
Octal 50 43 175 104 110 0 63 363 70 37
Binary 101000 100011 1111101 1000100 1001000 0 110011 11110011 111000 11111

Color Harmonies of #28237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28237D

Black with #28237D

Text Example


Text Example

White with #28237D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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