Html Css Color HEX #231F76 Midnight Blue

📋 copy color: '#231F76'

red 35 ◦ green 31 ◦ blue 118

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

Shades of Midnight Blue #231F76

Tints of Midnight Blue #231F76

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.85%

 BLUE value IS 118 (46.48% from 255) = 64.13%

R = 19.02%
G = 16.85%
B = 64.13%

CMYK

 C value IS 0.70

 M value IS 0.74

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#231F76 (or 0x231F76) is known color: Midnight Blue. HEX triplet: 23, 1F and 76. RGB value is (35,31,118). Sum of RGB (Red+Green+Blue) = 35+31+118=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 31 (12.5% from 255 or 16.85% from 184); Blue value is 118 (46.48% from 255 or 64.13% from 184); Max value from RGB is 118 - color contains mainly: blue. Hex color #231F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231F76 is #DCE089. Grayscale: #292929. Windows color (decimal): -14475402 or 7741219. OLE color: 7741219.

HSL color Cylindrical-coordinate representation of color #231F76: hue angle of 242.76º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #231F76 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 35 31 118 -
CMYK 0.70 0.74 0 0.54
HSL 242.76º 0.58% 0.29% -
HSV(B) 242.76º 0.74% 0.46% -
XYZ 4.45 2.65 17.42 -
YUV 42.11 170.83 122.93 -
System Red Green Blue C M Y K H S L
Decimal 35 31 118 0.70 0.74 0 0.54 242.76 0.58 0.29
Hex 23 1F 76 46 4A 0 36 F3 3A 1D
Octal 43 37 166 106 112 0 66 363 72 35
Binary 100011 11111 1110110 1000110 1001010 0 110110 11110011 111010 11101

Color Harmonies of #231F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231F76

Black with #231F76

Text Example


Text Example

White with #231F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,31,118); }

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

background-color css

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

 a { background-color: rgb(35,31,118); }

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

border-color css

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

 span { border-color: rgb(35,31,118); }

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