Html Css Color HEX #231C6F Midnight Blue

📋 copy color: '#231C6F'

red 35 ◦ green 28 ◦ blue 111

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

Shades of Midnight Blue #231C6F

Tints of Midnight Blue #231C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 63.79%

R = 20.11%
G = 16.09%
B = 63.79%

CMYK

 C value IS 0.68

 M value IS 0.75

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#231C6F (or 0x231C6F) is known color: Midnight Blue. HEX triplet: 23, 1C and 6F. RGB value is (35,28,111). Sum of RGB (Red+Green+Blue) = 35+28+111=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 111 (43.75% from 255 or 63.79% from 174); Max value from RGB is 111 - color contains mainly: blue. Hex color #231C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231C6F is #DCE390. Grayscale: #272727. Windows color (decimal): -14476177 or 7281699. OLE color: 7281699.

HSL color Cylindrical-coordinate representation of color #231C6F: hue angle of 245.06º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #231C6F is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 35 28 111 -
CMYK 0.68 0.75 0 0.56
HSL 245.06º 0.6% 0.27% -
HSV(B) 245.06º 0.75% 0.44% -
XYZ 3.98 2.34 15.28 -
YUV 39.56 168.32 124.75 -
System Red Green Blue C M Y K H S L
Decimal 35 28 111 0.68 0.75 0 0.56 245.06 0.6 0.27
Hex 23 1C 6F 44 4B 0 38 F5 3C 1B
Octal 43 34 157 104 113 0 70 365 74 33
Binary 100011 11100 1101111 1000100 1001011 0 111000 11110101 111100 11011

Color Harmonies of #231C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231C6F

Black with #231C6F

Text Example


Text Example

White with #231C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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