Html Css Color HEX #231C69 Midnight Blue

📋 copy color: '#231C69'

red 35 ◦ green 28 ◦ blue 105

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

Shades of Midnight Blue #231C69

Tints of Midnight Blue #231C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 62.5%

R = 20.83%
G = 16.67%
B = 62.5%

CMYK

 C value IS 0.67

 M value IS 0.73

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#231C69 (or 0x231C69) is known color: Midnight Blue. HEX triplet: 23, 1C and 69. RGB value is (35,28,105). Sum of RGB (Red+Green+Blue) = 35+28+105=168 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.83% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 105 (41.41% from 255 or 62.5% from 168); Max value from RGB is 105 - color contains mainly: blue. Hex color #231C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231C69 is #DCE396. Grayscale: #262626. Windows color (decimal): -14476183 or 6888483. OLE color: 6888483.

HSL color Cylindrical-coordinate representation of color #231C69: hue angle of 245.45º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #231C69 is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 35 28 105 -
CMYK 0.67 0.73 0 0.59
HSL 245.45º 0.58% 0.26% -
HSV(B) 245.45º 0.73% 0.41% -
XYZ 3.66 2.21 13.6 -
YUV 38.87 165.32 125.24 -
System Red Green Blue C M Y K H S L
Decimal 35 28 105 0.67 0.73 0 0.59 245.45 0.58 0.26
Hex 23 1C 69 43 49 0 3B F5 3A 1A
Octal 43 34 151 103 111 0 73 365 72 32
Binary 100011 11100 1101001 1000011 1001001 0 111011 11110101 111010 11010

Color Harmonies of #231C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231C69

Black with #231C69

Text Example


Text Example

White with #231C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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