Html Css Color HEX #251C85 Midnight Blue

📋 copy color: '#251C85'

red 37 ◦ green 28 ◦ blue 133

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

Shades of Midnight Blue #251C85

Tints of Midnight Blue #251C85

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.14%

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

R = 18.69%
G = 14.14%
B = 67.17%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#251C85 (or 0x251C85) is known color: Midnight Blue. HEX triplet: 25, 1C and 85. RGB value is (37,28,133). Sum of RGB (Red+Green+Blue) = 37+28+133=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 133 (52.34% from 255 or 67.17% from 198); Max value from RGB is 133 - color contains mainly: blue. Hex color #251C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251C85 is #DAE37A. Grayscale: #2A2A2A. Windows color (decimal): -14345083 or 8723493. OLE color: 8723493.

HSL color Cylindrical-coordinate representation of color #251C85: hue angle of 245.14º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #251C85 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 28 133 -
CMYK 0.72 0.79 0 0.48
HSL 245.14º 0.65% 0.32% -
HSV(B) 245.14º 0.79% 0.52% -
XYZ 5.41 2.92 22.47 -
YUV 42.66 178.98 123.96 -
System Red Green Blue C M Y K H S L
Decimal 37 28 133 0.72 0.79 0 0.48 245.14 0.65 0.32
Hex 25 1C 85 48 4F 0 30 F5 41 20
Octal 45 34 205 110 117 0 60 365 101 40
Binary 100101 11100 10000101 1001000 1001111 0 110000 11110101 1000001 100000

Color Harmonies of #251C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251C85

Black with #251C85

Text Example


Text Example

White with #251C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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