Html Css Color HEX #231A7B Midnight Blue

📋 copy color: '#231A7B'

red 35 ◦ green 26 ◦ blue 123

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

Shades of Midnight Blue #231A7B

Tints of Midnight Blue #231A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 66.85%

R = 19.02%
G = 14.13%
B = 66.85%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#231A7B (or 0x231A7B) is known color: Midnight Blue. HEX triplet: 23, 1A and 7B. RGB value is (35,26,123). Sum of RGB (Red+Green+Blue) = 35+26+123=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 123 (48.44% from 255 or 66.85% from 184); Max value from RGB is 123 - color contains mainly: blue. Hex color #231A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231A7B is #DCE584. Grayscale: #272727. Windows color (decimal): -14476677 or 8067619. OLE color: 8067619.

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

Color convert

RGB 35 26 123 -
CMYK 0.72 0.79 0 0.52
HSL 245.57º 0.65% 0.29% -
HSV(B) 245.57º 0.79% 0.48% -
XYZ 4.64 2.53 18.98 -
YUV 39.75 174.98 124.61 -
System Red Green Blue C M Y K H S L
Decimal 35 26 123 0.72 0.79 0 0.52 245.57 0.65 0.29
Hex 23 1A 7B 48 4F 0 34 F6 41 1D
Octal 43 32 173 110 117 0 64 366 101 35
Binary 100011 11010 1111011 1001000 1001111 0 110100 11110110 1000001 11101

Color Harmonies of #231A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231A7B

Black with #231A7B

Text Example


Text Example

White with #231A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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