Html Css Color HEX #231C73 Midnight Blue

📋 copy color: '#231C73'

red 35 ◦ green 28 ◦ blue 115

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

Shades of Midnight Blue #231C73

Tints of Midnight Blue #231C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 64.61%

R = 19.66%
G = 15.73%
B = 64.61%

CMYK

 C value IS 0.70

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#231C73 (or 0x231C73) is known color: Midnight Blue. HEX triplet: 23, 1C and 73. RGB value is (35,28,115). Sum of RGB (Red+Green+Blue) = 35+28+115=178 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.66% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 115 (45.31% from 255 or 64.61% from 178); Max value from RGB is 115 - color contains mainly: blue. Hex color #231C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231C73 is #DCE38C. Grayscale: #272727. Windows color (decimal): -14476173 or 7543843. OLE color: 7543843.

HSL color Cylindrical-coordinate representation of color #231C73: hue angle of 244.83º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #231C73 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 28 115 -
CMYK 0.70 0.76 0 0.55
HSL 244.83º 0.61% 0.28% -
HSV(B) 244.83º 0.76% 0.45% -
XYZ 4.2 2.43 16.47 -
YUV 40.01 170.32 124.43 -
System Red Green Blue C M Y K H S L
Decimal 35 28 115 0.70 0.76 0 0.55 244.83 0.61 0.28
Hex 23 1C 73 46 4C 0 37 F5 3D 1C
Octal 43 34 163 106 114 0 67 365 75 34
Binary 100011 11100 1110011 1000110 1001100 0 110111 11110101 111101 11100

Color Harmonies of #231C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231C73

Black with #231C73

Text Example


Text Example

White with #231C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,28,115); }

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

background-color css

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

 a { background-color: rgb(35,28,115); }

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

border-color css

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

 span { border-color: rgb(35,28,115); }

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