Html Css Color HEX #231C74 Midnight Blue

📋 copy color: '#231C74'

red 35 ◦ green 28 ◦ blue 116

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

Shades of Midnight Blue #231C74

Tints of Midnight Blue #231C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 64.8%

R = 19.55%
G = 15.64%
B = 64.8%

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

#231C74 (or 0x231C74) is known color: Midnight Blue. HEX triplet: 23, 1C and 74. RGB value is (35,28,116). Sum of RGB (Red+Green+Blue) = 35+28+116=179 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.55% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 116 (45.70% from 255 or 64.80% from 179); Max value from RGB is 116 - color contains mainly: blue. Hex color #231C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231C74 is #DCE38B. Grayscale: #272727. Windows color (decimal): -14476172 or 7609379. OLE color: 7609379.

HSL color Cylindrical-coordinate representation of color #231C74: hue angle of 244.77º 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 #231C74 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 28 116 -
CMYK 0.70 0.76 0 0.55
HSL 244.77º 0.61% 0.28% -
HSV(B) 244.77º 0.76% 0.45% -
XYZ 4.26 2.45 16.77 -
YUV 40.13 170.82 124.34 -
System Red Green Blue C M Y K H S L
Decimal 35 28 116 0.70 0.76 0 0.55 244.77 0.61 0.28
Hex 23 1C 74 46 4C 0 37 F5 3D 1C
Octal 43 34 164 106 114 0 67 365 75 34
Binary 100011 11100 1110100 1000110 1001100 0 110111 11110101 111101 11100

Color Harmonies of #231C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231C74

Black with #231C74

Text Example


Text Example

White with #231C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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