Html Css Color HEX #26257D Midnight Blue

📋 copy color: '#26257D'

red 38 ◦ green 37 ◦ blue 125

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

Shades of Midnight Blue #26257D

Tints of Midnight Blue #26257D

RGB

 RED value IS 38 (15.23% from 255) = 19%

 GREEN value IS 37 (14.84% from 255) = 18.5%

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

R = 19%
G = 18.5%
B = 62.5%

CMYK

 C value IS 0.70

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#26257D (or 0x26257D) is known color: Midnight Blue. HEX triplet: 26, 25 and 7D. RGB value is (38,37,125). Sum of RGB (Red+Green+Blue) = 38+37+125=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 37 (14.84% from 255 or 18.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 #26257D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26257D is #D9DA82. Grayscale: #2E2E2E. Windows color (decimal): -14277251 or 8201510. OLE color: 8201510.

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

Color convert

RGB 38 37 125 -
CMYK 0.70 0.70 0 0.51
HSL 240.68º 0.54% 0.32% -
HSV(B) 240.68º 0.7% 0.49% -
XYZ 5.16 3.22 19.75 -
YUV 47.33 171.83 121.34 -
System Red Green Blue C M Y K H S L
Decimal 38 37 125 0.70 0.70 0 0.51 240.68 0.54 0.32
Hex 26 25 7D 46 46 0 33 F1 36 20
Octal 46 45 175 106 106 0 63 361 66 40
Binary 100110 100101 1111101 1000110 1000110 0 110011 11110001 110110 100000

Color Harmonies of #26257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26257D

Black with #26257D

Text Example


Text Example

White with #26257D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,37,125); }

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

background-color css

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

 a { background-color: rgb(38,37,125); }

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

border-color css

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

 span { border-color: rgb(38,37,125); }

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