Html Css Color HEX #252883 Midnight Blue

📋 copy color: '#252883'

red 37 ◦ green 40 ◦ blue 131

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

Shades of Midnight Blue #252883

Tints of Midnight Blue #252883

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.23%

 BLUE value IS 131 (51.56% from 255) = 62.98%

R = 17.79%
G = 19.23%
B = 62.98%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#252883 (or 0x252883) is known color: Midnight Blue. HEX triplet: 25, 28 and 83. RGB value is (37,40,131). Sum of RGB (Red+Green+Blue) = 37+40+131=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 131 (51.56% from 255 or 62.98% from 208); Max value from RGB is 131 - color contains mainly: blue. Hex color #252883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252883 is #DAD77C. Grayscale: #313131. Windows color (decimal): -14342013 or 8595493. OLE color: 8595493.

HSL color Cylindrical-coordinate representation of color #252883: hue angle of 238.09º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #252883 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 40 131 -
CMYK 0.72 0.69 0 0.49
HSL 238.09º 0.56% 0.33% -
HSV(B) 238.09º 0.72% 0.51% -
XYZ 5.62 3.55 21.86 -
YUV 49.48 174.01 119.1 -
System Red Green Blue C M Y K H S L
Decimal 37 40 131 0.72 0.69 0 0.49 238.09 0.56 0.33
Hex 25 28 83 48 45 0 31 EE 38 21
Octal 45 50 203 110 105 0 61 356 70 41
Binary 100101 101000 10000011 1001000 1000101 0 110001 11101110 111000 100001

Color Harmonies of #252883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252883

Black with #252883

Text Example


Text Example

White with #252883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252883; }

 p { color: rgb(37,40,131); }

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

background-color css

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

 a { background-color: rgb(37,40,131); }

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

border-color css

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

 span { border-color: rgb(37,40,131); }

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