Html Css Color HEX #231A76 Midnight Blue

📋 copy color: '#231A76'

red 35 ◦ green 26 ◦ blue 118

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

Shades of Midnight Blue #231A76

Tints of Midnight Blue #231A76

RGB

 RED value IS 35 (14.06% from 255) = 19.55%

 GREEN value IS 26 (10.55% from 255) = 14.53%

 BLUE value IS 118 (46.48% from 255) = 65.92%

R = 19.55%
G = 14.53%
B = 65.92%

CMYK

 C value IS 0.70

 M value IS 0.78

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#231A76 (or 0x231A76) is known color: Midnight Blue. HEX triplet: 23, 1A and 76. RGB value is (35,26,118). Sum of RGB (Red+Green+Blue) = 35+26+118=179 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.55% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 118 (46.48% from 255 or 65.92% from 179); Max value from RGB is 118 - color contains mainly: blue. Hex color #231A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231A76 is #DCE589. Grayscale: #262626. Windows color (decimal): -14476682 or 7739939. OLE color: 7739939.

HSL color Cylindrical-coordinate representation of color #231A76: hue angle of 245.87º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #231A76 is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 35 26 118 -
CMYK 0.70 0.78 0 0.54
HSL 245.87º 0.64% 0.28% -
HSV(B) 245.87º 0.78% 0.46% -
XYZ 4.33 2.4 17.38 -
YUV 39.18 172.48 125.02 -
System Red Green Blue C M Y K H S L
Decimal 35 26 118 0.70 0.78 0 0.54 245.87 0.64 0.28
Hex 23 1A 76 46 4E 0 36 F6 40 1C
Octal 43 32 166 106 116 0 66 366 100 34
Binary 100011 11010 1110110 1000110 1001110 0 110110 11110110 1000000 11100

Color Harmonies of #231A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231A76

Black with #231A76

Text Example


Text Example

White with #231A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231A76; }

 p { color: rgb(35,26,118); }

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

background-color css

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

 a { background-color: rgb(35,26,118); }

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

border-color css

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

 span { border-color: rgb(35,26,118); }

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