Html Css Color HEX #231D6C Midnight Blue

📋 copy color: '#231D6C'

red 35 ◦ green 29 ◦ blue 108

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

Shades of Midnight Blue #231D6C

Tints of Midnight Blue #231D6C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.86%

 BLUE value IS 108 (42.58% from 255) = 62.79%

R = 20.35%
G = 16.86%
B = 62.79%

CMYK

 C value IS 0.68

 M value IS 0.73

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#231D6C (or 0x231D6C) is known color: Midnight Blue. HEX triplet: 23, 1D and 6C. RGB value is (35,29,108). Sum of RGB (Red+Green+Blue) = 35+29+108=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 29 (11.72% from 255 or 16.86% from 172); Blue value is 108 (42.58% from 255 or 62.79% from 172); Max value from RGB is 108 - color contains mainly: blue. Hex color #231D6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231D6C is #DCE293. Grayscale: #272727. Windows color (decimal): -14475924 or 7085347. OLE color: 7085347.

HSL color Cylindrical-coordinate representation of color #231D6C: hue angle of 244.56º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #231D6C is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 35 29 108 -
CMYK 0.68 0.73 0 0.58
HSL 244.56º 0.58% 0.27% -
HSV(B) 244.56º 0.73% 0.42% -
XYZ 3.84 2.32 14.43 -
YUV 39.8 166.49 124.58 -
System Red Green Blue C M Y K H S L
Decimal 35 29 108 0.68 0.73 0 0.58 244.56 0.58 0.27
Hex 23 1D 6C 44 49 0 3A F5 3A 1B
Octal 43 35 154 104 111 0 72 365 72 33
Binary 100011 11101 1101100 1000100 1001001 0 111010 11110101 111010 11011

Color Harmonies of #231D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231D6C

Black with #231D6C

Text Example


Text Example

White with #231D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,29,108); }

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

background-color css

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

 a { background-color: rgb(35,29,108); }

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

border-color css

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

 span { border-color: rgb(35,29,108); }

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