Html Css Color HEX #231A85 Midnight Blue

📋 copy color: '#231A85'

red 35 ◦ green 26 ◦ blue 133

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

Shades of Midnight Blue #231A85

Tints of Midnight Blue #231A85

RGB

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

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

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

R = 18.04%
G = 13.4%
B = 68.56%

CMYK

 C value IS 0.74

 M value IS 0.80

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#231A85 (or 0x231A85) is known color: Midnight Blue. HEX triplet: 23, 1A and 85. RGB value is (35,26,133). Sum of RGB (Red+Green+Blue) = 35+26+133=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 133 (52.34% from 255 or 68.56% from 194); Max value from RGB is 133 - color contains mainly: blue. Hex color #231A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231A85 is #DCE57A. Grayscale: #282828. Windows color (decimal): -14476667 or 8722979. OLE color: 8722979.

HSL color Cylindrical-coordinate representation of color #231A85: hue angle of 245.05º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #231A85 is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 35 26 133 -
CMYK 0.74 0.80 0 0.48
HSL 245.05º 0.67% 0.31% -
HSV(B) 245.05º 0.8% 0.52% -
XYZ 5.3 2.79 22.45 -
YUV 40.89 179.98 123.8 -
System Red Green Blue C M Y K H S L
Decimal 35 26 133 0.74 0.80 0 0.48 245.05 0.67 0.31
Hex 23 1A 85 4A 50 0 30 F5 43 1F
Octal 43 32 205 112 120 0 60 365 103 37
Binary 100011 11010 10000101 1001010 1010000 0 110000 11110101 1000011 11111

Color Harmonies of #231A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231A85

Black with #231A85

Text Example


Text Example

White with #231A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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