Html Css Color HEX #25268A Midnight Blue

📋 copy color: '#25268A'

red 37 ◦ green 38 ◦ blue 138

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

Shades of Midnight Blue #25268A

Tints of Midnight Blue #25268A

RGB

 RED value IS 37 (14.84% from 255) = 17.37%

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

 BLUE value IS 138 (54.3% from 255) = 64.79%

R = 17.37%
G = 17.84%
B = 64.79%

CMYK

 C value IS 0.73

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#25268A (or 0x25268A) is known color: Midnight Blue. HEX triplet: 25, 26 and 8A. RGB value is (37,38,138). Sum of RGB (Red+Green+Blue) = 37+38+138=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 138 (54.30% from 255 or 64.79% from 213); Max value from RGB is 138 - color contains mainly: blue. Hex color #25268A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25268A is #DAD975. Grayscale: #303030. Windows color (decimal): -14342518 or 9053733. OLE color: 9053733.

HSL color Cylindrical-coordinate representation of color #25268A: hue angle of 239.41º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25268A is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 38 138 -
CMYK 0.73 0.72 0 0.46
HSL 239.41º 0.58% 0.34% -
HSV(B) 239.41º 0.73% 0.54% -
XYZ 6.04 3.61 24.42 -
YUV 49.1 178.17 119.37 -
System Red Green Blue C M Y K H S L
Decimal 37 38 138 0.73 0.72 0 0.46 239.41 0.58 0.34
Hex 25 26 8A 49 48 0 2E EF 3A 22
Octal 45 46 212 111 110 0 56 357 72 42
Binary 100101 100110 10001010 1001001 1001000 0 101110 11101111 111010 100010

Color Harmonies of #25268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25268A

Black with #25268A

Text Example


Text Example

White with #25268A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25268A; }

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

 H1.HeaderClassName
 {
   color: #25268A;
 }
 .AnyTagClassName
 {
   color: #25268A;
 }
</style>

background-color css

<style>
 a { background-color: #25268A; }

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

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

border-color css

<style>
 span { border-color: #25268A; }

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

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