Html Css Color HEX #231C72 Midnight Blue

📋 copy color: '#231C72'

red 35 ◦ green 28 ◦ blue 114

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

Shades of Midnight Blue #231C72

Tints of Midnight Blue #231C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 64.41%

R = 19.77%
G = 15.82%
B = 64.41%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#231C72 (or 0x231C72) is known color: Midnight Blue. HEX triplet: 23, 1C and 72. RGB value is (35,28,114). Sum of RGB (Red+Green+Blue) = 35+28+114=177 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.77% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 114 (44.92% from 255 or 64.41% from 177); Max value from RGB is 114 - color contains mainly: blue. Hex color #231C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231C72 is #DCE38D. Grayscale: #272727. Windows color (decimal): -14476174 or 7478307. OLE color: 7478307.

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

Color convert

RGB 35 28 114 -
CMYK 0.69 0.75 0 0.55
HSL 244.88º 0.61% 0.28% -
HSV(B) 244.88º 0.75% 0.45% -
XYZ 4.15 2.4 16.16 -
YUV 39.9 169.82 124.51 -
System Red Green Blue C M Y K H S L
Decimal 35 28 114 0.69 0.75 0 0.55 244.88 0.61 0.28
Hex 23 1C 72 45 4B 0 37 F5 3D 1C
Octal 43 34 162 105 113 0 67 365 75 34
Binary 100011 11100 1110010 1000101 1001011 0 110111 11110101 111101 11100

Color Harmonies of #231C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231C72

Black with #231C72

Text Example


Text Example

White with #231C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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