Html Css Color HEX #28267B Midnight Blue

📋 copy color: '#28267B'

red 40 ◦ green 38 ◦ blue 123

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

Shades of Midnight Blue #28267B

Tints of Midnight Blue #28267B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 61.19%

R = 19.9%
G = 18.91%
B = 61.19%

CMYK

 C value IS 0.67

 M value IS 0.69

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#28267B (or 0x28267B) is known color: Midnight Blue. HEX triplet: 28, 26 and 7B. RGB value is (40,38,123). Sum of RGB (Red+Green+Blue) = 40+38+123=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 123 (48.44% from 255 or 61.19% from 201); Max value from RGB is 123 - color contains mainly: blue. Hex color #28267B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28267B is #D7D984. Grayscale: #2F2F2F. Windows color (decimal): -14145925 or 8070696. OLE color: 8070696.

HSL color Cylindrical-coordinate representation of color #28267B: hue angle of 241.41º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28267B is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 40 38 123 -
CMYK 0.67 0.69 0 0.52
HSL 241.41º 0.53% 0.32% -
HSV(B) 241.41º 0.69% 0.48% -
XYZ 5.14 3.27 19.1 -
YUV 48.29 170.16 122.09 -
System Red Green Blue C M Y K H S L
Decimal 40 38 123 0.67 0.69 0 0.52 241.41 0.53 0.32
Hex 28 26 7B 43 45 0 34 F1 35 20
Octal 50 46 173 103 105 0 64 361 65 40
Binary 101000 100110 1111011 1000011 1000101 0 110100 11110001 110101 100000

Color Harmonies of #28267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28267B

Black with #28267B

Text Example


Text Example

White with #28267B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28267B; }

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

 H1.HeaderClassName
 {
   color: #28267B;
 }
 .AnyTagClassName
 {
   color: #28267B;
 }
</style>

background-color css

<style>
 a { background-color: #28267B; }

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

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

border-color css

<style>
 span { border-color: #28267B; }

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

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