Html Css Color HEX #232980 Midnight Blue

📋 copy color: '#232980'

red 35 ◦ green 41 ◦ blue 128

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

Shades of Midnight Blue #232980

Tints of Midnight Blue #232980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 62.75%

R = 17.16%
G = 20.1%
B = 62.75%

CMYK

 C value IS 0.73

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#232980 (or 0x232980) is known color: Midnight Blue. HEX triplet: 23, 29 and 80. RGB value is (35,41,128). Sum of RGB (Red+Green+Blue) = 35+41+128=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 128 (50.39% from 255 or 62.75% from 204); Max value from RGB is 128 - color contains mainly: blue. Hex color #232980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232980 is #DCD67F. Grayscale: #303030. Windows color (decimal): -14472832 or 8399139. OLE color: 8399139.

HSL color Cylindrical-coordinate representation of color #232980: hue angle of 236.13º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #232980 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 35 41 128 -
CMYK 0.73 0.68 0 0.50
HSL 236.13º 0.57% 0.32% -
HSV(B) 236.13º 0.73% 0.5% -
XYZ 5.38 3.5 20.81 -
YUV 49.12 172.51 117.93 -
System Red Green Blue C M Y K H S L
Decimal 35 41 128 0.73 0.68 0 0.50 236.13 0.57 0.32
Hex 23 29 80 49 44 0 32 EC 39 20
Octal 43 51 200 111 104 0 62 354 71 40
Binary 100011 101001 10000000 1001001 1000100 0 110010 11101100 111001 100000

Color Harmonies of #232980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232980

Black with #232980

Text Example


Text Example

White with #232980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232980; }

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

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

background-color css

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

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

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

border-color css

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

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

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