Html Css Color HEX #231D77 Midnight Blue

📋 copy color: '#231D77'

red 35 ◦ green 29 ◦ blue 119

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

Shades of Midnight Blue #231D77

Tints of Midnight Blue #231D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 65.03%

R = 19.13%
G = 15.85%
B = 65.03%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#231D77 (or 0x231D77) is known color: Midnight Blue. HEX triplet: 23, 1D and 77. RGB value is (35,29,119). Sum of RGB (Red+Green+Blue) = 35+29+119=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 119 (46.88% from 255 or 65.03% from 183); Max value from RGB is 119 - color contains mainly: blue. Hex color #231D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231D77 is #DCE288. Grayscale: #282828. Windows color (decimal): -14475913 or 7806243. OLE color: 7806243.

HSL color Cylindrical-coordinate representation of color #231D77: hue angle of 244º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #231D77 is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 35 29 119 -
CMYK 0.71 0.76 0 0.53
HSL 244º 0.61% 0.29% -
HSV(B) 244º 0.76% 0.47% -
XYZ 4.46 2.57 17.71 -
YUV 41.05 171.99 123.68 -
System Red Green Blue C M Y K H S L
Decimal 35 29 119 0.71 0.76 0 0.53 244 0.61 0.29
Hex 23 1D 77 47 4C 0 35 F4 3D 1D
Octal 43 35 167 107 114 0 65 364 75 35
Binary 100011 11101 1110111 1000111 1001100 0 110101 11110100 111101 11101

Color Harmonies of #231D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231D77

Black with #231D77

Text Example


Text Example

White with #231D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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