Html Css Color HEX #242585 Midnight Blue

📋 copy color: '#242585'

red 36 ◦ green 37 ◦ blue 133

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

Shades of Midnight Blue #242585

Tints of Midnight Blue #242585

RGB

 RED value IS 36 (14.45% from 255) = 17.48%

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

 BLUE value IS 133 (52.34% from 255) = 64.56%

R = 17.48%
G = 17.96%
B = 64.56%

CMYK

 C value IS 0.73

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#242585 (or 0x242585) is known color: Midnight Blue. HEX triplet: 24, 25 and 85. RGB value is (36,37,133). Sum of RGB (Red+Green+Blue) = 36+37+133=206 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.48% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 133 (52.34% from 255 or 64.56% from 206); Max value from RGB is 133 - color contains mainly: blue. Hex color #242585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242585 is #DBDA7A. Grayscale: #2F2F2F. Windows color (decimal): -14408315 or 8725796. OLE color: 8725796.

HSL color Cylindrical-coordinate representation of color #242585: hue angle of 239.38º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #242585 is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 37 133 -
CMYK 0.73 0.72 0 0.48
HSL 239.38º 0.57% 0.33% -
HSV(B) 239.38º 0.73% 0.52% -
XYZ 5.62 3.39 22.55 -
YUV 47.65 176.17 119.69 -
System Red Green Blue C M Y K H S L
Decimal 36 37 133 0.73 0.72 0 0.48 239.38 0.57 0.33
Hex 24 25 85 49 48 0 30 EF 39 21
Octal 44 45 205 111 110 0 60 357 71 41
Binary 100100 100101 10000101 1001001 1001000 0 110000 11101111 111001 100001

Color Harmonies of #242585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242585

Black with #242585

Text Example


Text Example

White with #242585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242585; }

 p { color: rgb(36,37,133); }

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

background-color css

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

 a { background-color: rgb(36,37,133); }

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

border-color css

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

 span { border-color: rgb(36,37,133); }

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