Html Css Color HEX #242970 Midnight Blue

📋 copy color: '#242970'

red 36 ◦ green 41 ◦ blue 112

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

Shades of Midnight Blue #242970

Tints of Midnight Blue #242970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.69%

 BLUE value IS 112 (44.14% from 255) = 59.26%

R = 19.05%
G = 21.69%
B = 59.26%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#242970 (or 0x242970) is known color: Midnight Blue. HEX triplet: 24, 29 and 70. RGB value is (36,41,112). Sum of RGB (Red+Green+Blue) = 36+41+112=189 (25% of max value = 765). Red value is 36 (14.45% from 255 or 19.05% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #242970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242970 is #DBD68F. Grayscale: #2F2F2F. Windows color (decimal): -14407312 or 7350564. OLE color: 7350564.

HSL color Cylindrical-coordinate representation of color #242970: hue angle of 236.05º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #242970 is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 41 112 -
CMYK 0.68 0.63 0 0.56
HSL 236.05º 0.51% 0.29% -
HSV(B) 236.05º 0.68% 0.44% -
XYZ 4.45 3.13 15.7 -
YUV 47.6 164.34 119.73 -
System Red Green Blue C M Y K H S L
Decimal 36 41 112 0.68 0.63 0 0.56 236.05 0.51 0.29
Hex 24 29 70 44 3F 0 38 EC 33 1D
Octal 44 51 160 104 77 0 70 354 63 35
Binary 100100 101001 1110000 1000100 111111 0 111000 11101100 110011 11101

Color Harmonies of #242970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242970

Black with #242970

Text Example


Text Example

White with #242970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242970; }

 p { color: rgb(36,41,112); }

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

background-color css

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

 a { background-color: rgb(36,41,112); }

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

border-color css

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

 span { border-color: rgb(36,41,112); }

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