Html Css Color HEX #231F74 Midnight Blue

📋 copy color: '#231F74'

red 35 ◦ green 31 ◦ blue 116

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

Shades of Midnight Blue #231F74

Tints of Midnight Blue #231F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 63.74%

R = 19.23%
G = 17.03%
B = 63.74%

CMYK

 C value IS 0.70

 M value IS 0.73

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#231F74 (or 0x231F74) is known color: Midnight Blue. HEX triplet: 23, 1F and 74. RGB value is (35,31,116). Sum of RGB (Red+Green+Blue) = 35+31+116=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 31 (12.5% from 255 or 17.03% from 182); Blue value is 116 (45.70% from 255 or 63.74% from 182); Max value from RGB is 116 - color contains mainly: blue. Hex color #231F74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231F74 is #DCE08B. Grayscale: #292929. Windows color (decimal): -14475404 or 7610147. OLE color: 7610147.

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

Color convert

RGB 35 31 116 -
CMYK 0.70 0.73 0 0.55
HSL 242.82º 0.58% 0.29% -
HSV(B) 242.82º 0.73% 0.45% -
XYZ 4.34 2.6 16.8 -
YUV 41.89 169.83 123.09 -
System Red Green Blue C M Y K H S L
Decimal 35 31 116 0.70 0.73 0 0.55 242.82 0.58 0.29
Hex 23 1F 74 46 49 0 37 F3 3A 1D
Octal 43 37 164 106 111 0 67 363 72 35
Binary 100011 11111 1110100 1000110 1001001 0 110111 11110011 111010 11101

Color Harmonies of #231F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231F74

Black with #231F74

Text Example


Text Example

White with #231F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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