Html Css Color HEX #25227F Midnight Blue

📋 copy color: '#25227F'

red 37 ◦ green 34 ◦ blue 127

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

Shades of Midnight Blue #25227F

Tints of Midnight Blue #25227F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.17%

 BLUE value IS 127 (50% from 255) = 64.14%

R = 18.69%
G = 17.17%
B = 64.14%

CMYK

 C value IS 0.71

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#25227F (or 0x25227F) is known color: Midnight Blue. HEX triplet: 25, 22 and 7F. RGB value is (37,34,127). Sum of RGB (Red+Green+Blue) = 37+34+127=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 127 (50% from 255 or 64.14% from 198); Max value from RGB is 127 - color contains mainly: blue. Hex color #25227F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25227F is #DADD80. Grayscale: #2D2D2D. Windows color (decimal): -14343553 or 8331813. OLE color: 8331813.

HSL color Cylindrical-coordinate representation of color #25227F: hue angle of 241.94º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25227F is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 34 127 -
CMYK 0.71 0.73 0 0.50
HSL 241.94º 0.58% 0.32% -
HSV(B) 241.94º 0.73% 0.5% -
XYZ 5.17 3.07 20.4 -
YUV 45.5 173.99 121.94 -
System Red Green Blue C M Y K H S L
Decimal 37 34 127 0.71 0.73 0 0.50 241.94 0.58 0.32
Hex 25 22 7F 47 49 0 32 F2 3A 20
Octal 45 42 177 107 111 0 62 362 72 40
Binary 100101 100010 1111111 1000111 1001001 0 110010 11110010 111010 100000

Color Harmonies of #25227F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25227F

Black with #25227F

Text Example


Text Example

White with #25227F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25227F; }

 p { color: rgb(37,34,127); }

 H1.HeaderClassName
 {
   color: #25227F;
 }
 .AnyTagClassName
 {
   color: #25227F;
 }
</style>

background-color css

<style>
 a { background-color: #25227F; }

 a { background-color: rgb(37,34,127); }

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

border-color css

<style>
 span { border-color: #25227F; }

 span { border-color: rgb(37,34,127); }

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