Html Css Color HEX #251468 Midnight Blue

📋 copy color: '#251468'

red 37 ◦ green 20 ◦ blue 104

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

Shades of Midnight Blue #251468

Tints of Midnight Blue #251468

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.42%

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

R = 22.98%
G = 12.42%
B = 64.6%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#251468 (or 0x251468) is known color: Midnight Blue. HEX triplet: 25, 14 and 68. RGB value is (37,20,104). Sum of RGB (Red+Green+Blue) = 37+20+104=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 104 (41.02% from 255 or 64.60% from 161); Max value from RGB is 104 - color contains mainly: blue. Hex color #251468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251468 is #DAEB97. Grayscale: #222222. Windows color (decimal): -14347160 or 6820901. OLE color: 6820901.

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

Color convert

RGB 37 20 104 -
CMYK 0.64 0.81 0 0.59
HSL 252.14º 0.68% 0.24% -
HSV(B) 252.14º 0.81% 0.41% -
XYZ 3.51 1.89 13.28 -
YUV 34.66 167.13 129.67 -
System Red Green Blue C M Y K H S L
Decimal 37 20 104 0.64 0.81 0 0.59 252.14 0.68 0.24
Hex 25 14 68 40 51 0 3B FC 44 18
Octal 45 24 150 100 121 0 73 374 104 30
Binary 100101 10100 1101000 1000000 1010001 0 111011 11111100 1000100 11000

Color Harmonies of #251468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251468

Black with #251468

Text Example


Text Example

White with #251468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251468; }

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

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

background-color css

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

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

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

border-color css

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

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

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