Html Css Color HEX #231B6D Midnight Blue

📋 copy color: '#231B6D'

red 35 ◦ green 27 ◦ blue 109

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

Shades of Midnight Blue #231B6D

Tints of Midnight Blue #231B6D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.79%

 BLUE value IS 109 (42.97% from 255) = 63.74%

R = 20.47%
G = 15.79%
B = 63.74%

CMYK

 C value IS 0.68

 M value IS 0.75

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#231B6D (or 0x231B6D) is known color: Midnight Blue. HEX triplet: 23, 1B and 6D. RGB value is (35,27,109). Sum of RGB (Red+Green+Blue) = 35+27+109=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 27 (10.94% from 255 or 15.79% from 171); Blue value is 109 (42.97% from 255 or 63.74% from 171); Max value from RGB is 109 - color contains mainly: blue. Hex color #231B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231B6D is #DCE492. Grayscale: #262626. Windows color (decimal): -14476435 or 7150371. OLE color: 7150371.

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

Color convert

RGB 35 27 109 -
CMYK 0.68 0.75 0 0.57
HSL 245.85º 0.6% 0.27% -
HSV(B) 245.85º 0.75% 0.43% -
XYZ 3.85 2.25 14.7 -
YUV 38.74 167.65 125.33 -
System Red Green Blue C M Y K H S L
Decimal 35 27 109 0.68 0.75 0 0.57 245.85 0.6 0.27
Hex 23 1B 6D 44 4B 0 39 F6 3C 1B
Octal 43 33 155 104 113 0 71 366 74 33
Binary 100011 11011 1101101 1000100 1001011 0 111001 11110110 111100 11011

Color Harmonies of #231B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231B6D

Black with #231B6D

Text Example


Text Example

White with #231B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,27,109); }

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

background-color css

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

 a { background-color: rgb(35,27,109); }

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

border-color css

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

 span { border-color: rgb(35,27,109); }

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