Html Css Color HEX #25217F Midnight Blue

📋 copy color: '#25217F'

red 37 ◦ green 33 ◦ blue 127

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

Shades of Midnight Blue #25217F

Tints of Midnight Blue #25217F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.75%

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

R = 18.78%
G = 16.75%
B = 64.47%

CMYK

 C value IS 0.71

 M value IS 0.74

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#25217F (or 0x25217F) is known color: Midnight Blue. HEX triplet: 25, 21 and 7F. RGB value is (37,33,127). Sum of RGB (Red+Green+Blue) = 37+33+127=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 127 (50% from 255 or 64.47% from 197); Max value from RGB is 127 - color contains mainly: blue. Hex color #25217F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25217F is #DADE80. Grayscale: #2C2C2C. Windows color (decimal): -14343809 or 8331557. OLE color: 8331557.

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

Color convert

RGB 37 33 127 -
CMYK 0.71 0.74 0 0.50
HSL 242.55º 0.59% 0.31% -
HSV(B) 242.55º 0.74% 0.5% -
XYZ 5.14 3.01 20.39 -
YUV 44.91 174.33 122.36 -
System Red Green Blue C M Y K H S L
Decimal 37 33 127 0.71 0.74 0 0.50 242.55 0.59 0.31
Hex 25 21 7F 47 4A 0 32 F3 3B 1F
Octal 45 41 177 107 112 0 62 363 73 37
Binary 100101 100001 1111111 1000111 1001010 0 110010 11110011 111011 11111

Color Harmonies of #25217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25217F

Black with #25217F

Text Example


Text Example

White with #25217F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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