Html Css Color HEX #28268C Midnight Blue

📋 copy color: '#28268C'

red 40 ◦ green 38 ◦ blue 140

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

Shades of Midnight Blue #28268C

Tints of Midnight Blue #28268C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.43%

 BLUE value IS 140 (55.08% from 255) = 64.22%

R = 18.35%
G = 17.43%
B = 64.22%

CMYK

 C value IS 0.71

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28268C (or 0x28268C) is known color: Midnight Blue. HEX triplet: 28, 26 and 8C. RGB value is (40,38,140). Sum of RGB (Red+Green+Blue) = 40+38+140=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 140 (55.08% from 255 or 64.22% from 218); Max value from RGB is 140 - color contains mainly: blue. Hex color #28268C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28268C is #D7D973. Grayscale: #313131. Windows color (decimal): -14145908 or 9184808. OLE color: 9184808.

HSL color Cylindrical-coordinate representation of color #28268C: hue angle of 241.18º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28268C is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 38 140 -
CMYK 0.71 0.73 0 0.45
HSL 241.18º 0.57% 0.35% -
HSV(B) 241.18º 0.73% 0.55% -
XYZ 6.3 3.73 25.2 -
YUV 50.23 178.66 120.71 -
System Red Green Blue C M Y K H S L
Decimal 40 38 140 0.71 0.73 0 0.45 241.18 0.57 0.35
Hex 28 26 8C 47 49 0 2D F1 39 23
Octal 50 46 214 107 111 0 55 361 71 43
Binary 101000 100110 10001100 1000111 1001001 0 101101 11110001 111001 100011

Color Harmonies of #28268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28268C

Black with #28268C

Text Example


Text Example

White with #28268C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28268C; }

 p { color: rgb(40,38,140); }

 H1.HeaderClassName
 {
   color: #28268C;
 }
 .AnyTagClassName
 {
   color: #28268C;
 }
</style>

background-color css

<style>
 a { background-color: #28268C; }

 a { background-color: rgb(40,38,140); }

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

border-color css

<style>
 span { border-color: #28268C; }

 span { border-color: rgb(40,38,140); }

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