Html Css Color HEX #252668 Midnight Blue

📋 copy color: '#252668'

red 37 ◦ green 38 ◦ blue 104

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

Shades of Midnight Blue #252668

Tints of Midnight Blue #252668

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.23%

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

R = 20.67%
G = 21.23%
B = 58.1%

CMYK

 C value IS 0.64

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#252668 (or 0x252668) is known color: Midnight Blue. HEX triplet: 25, 26 and 68. RGB value is (37,38,104). Sum of RGB (Red+Green+Blue) = 37+38+104=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 104 (41.02% from 255 or 58.10% from 179); Max value from RGB is 104 - color contains mainly: blue. Hex color #252668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252668 is #DAD997. Grayscale: #2C2C2C. Windows color (decimal): -14342552 or 6825509. OLE color: 6825509.

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

Color convert

RGB 37 38 104 -
CMYK 0.64 0.63 0 0.59
HSL 239.1º 0.48% 0.28% -
HSV(B) 239.1º 0.64% 0.41% -
XYZ 3.95 2.78 13.42 -
YUV 45.23 161.17 122.13 -
System Red Green Blue C M Y K H S L
Decimal 37 38 104 0.64 0.63 0 0.59 239.1 0.48 0.28
Hex 25 26 68 40 3F 0 3B EF 30 1C
Octal 45 46 150 100 77 0 73 357 60 34
Binary 100101 100110 1101000 1000000 111111 0 111011 11101111 110000 11100

Color Harmonies of #252668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252668

Black with #252668

Text Example


Text Example

White with #252668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252668; }

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

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

background-color css

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

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

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

border-color css

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

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

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