Html Css Color HEX #232976 Midnight Blue

📋 copy color: '#232976'

red 35 ◦ green 41 ◦ blue 118

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

Shades of Midnight Blue #232976

Tints of Midnight Blue #232976

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.13%

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

R = 18.04%
G = 21.13%
B = 60.82%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#232976 (or 0x232976) is known color: Midnight Blue. HEX triplet: 23, 29 and 76. RGB value is (35,41,118). Sum of RGB (Red+Green+Blue) = 35+41+118=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 118 (46.48% from 255 or 60.82% from 194); Max value from RGB is 118 - color contains mainly: blue. Hex color #232976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232976 is #DCD689. Grayscale: #2F2F2F. Windows color (decimal): -14472842 or 7743779. OLE color: 7743779.

HSL color Cylindrical-coordinate representation of color #232976: hue angle of 235.66º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #232976 is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 35 41 118 -
CMYK 0.70 0.65 0 0.54
HSL 235.66º 0.54% 0.3% -
HSV(B) 235.66º 0.7% 0.46% -
XYZ 4.76 3.25 17.52 -
YUV 47.98 167.51 118.74 -
System Red Green Blue C M Y K H S L
Decimal 35 41 118 0.70 0.65 0 0.54 235.66 0.54 0.3
Hex 23 29 76 46 41 0 36 EC 36 1E
Octal 43 51 166 106 101 0 66 354 66 36
Binary 100011 101001 1110110 1000110 1000001 0 110110 11101100 110110 11110

Color Harmonies of #232976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232976

Black with #232976

Text Example


Text Example

White with #232976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232976; }

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

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

background-color css

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

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

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

border-color css

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

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

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