Html Css Color HEX #252068 Midnight Blue

📋 copy color: '#252068'

red 37 ◦ green 32 ◦ blue 104

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

Shades of Midnight Blue #252068

Tints of Midnight Blue #252068

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.5%

 BLUE value IS 104 (41.02% from 255) = 60.12%

R = 21.39%
G = 18.5%
B = 60.12%

CMYK

 C value IS 0.64

 M value IS 0.69

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#252068 (or 0x252068) is known color: Midnight Blue. HEX triplet: 25, 20 and 68. RGB value is (37,32,104). Sum of RGB (Red+Green+Blue) = 37+32+104=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 104 (41.02% from 255 or 60.12% from 173); Max value from RGB is 104 - color contains mainly: blue. Hex color #252068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252068 is #DADF97. Grayscale: #292929. Windows color (decimal): -14344088 or 6823973. OLE color: 6823973.

HSL color Cylindrical-coordinate representation of color #252068: hue angle of 244.17º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #252068 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 32 104 -
CMYK 0.64 0.69 0 0.59
HSL 244.17º 0.53% 0.27% -
HSV(B) 244.17º 0.69% 0.41% -
XYZ 3.78 2.43 13.37 -
YUV 41.7 163.16 124.65 -
System Red Green Blue C M Y K H S L
Decimal 37 32 104 0.64 0.69 0 0.59 244.17 0.53 0.27
Hex 25 20 68 40 45 0 3B F4 35 1B
Octal 45 40 150 100 105 0 73 364 65 33
Binary 100101 100000 1101000 1000000 1000101 0 111011 11110100 110101 11011

Color Harmonies of #252068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252068

Black with #252068

Text Example


Text Example

White with #252068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252068; }

 p { color: rgb(37,32,104); }

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

background-color css

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

 a { background-color: rgb(37,32,104); }

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

border-color css

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

 span { border-color: rgb(37,32,104); }

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