Html Css Color HEX #232979 Midnight Blue

📋 copy color: '#232979'

red 35 ◦ green 41 ◦ blue 121

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

Shades of Midnight Blue #232979

Tints of Midnight Blue #232979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 61.42%

R = 17.77%
G = 20.81%
B = 61.42%

CMYK

 C value IS 0.71

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#232979 (or 0x232979) is known color: Midnight Blue. HEX triplet: 23, 29 and 79. RGB value is (35,41,121). Sum of RGB (Red+Green+Blue) = 35+41+121=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 121 (47.66% from 255 or 61.42% from 197); Max value from RGB is 121 - color contains mainly: blue. Hex color #232979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232979 is #DCD686. Grayscale: #303030. Windows color (decimal): -14472839 or 7940387. OLE color: 7940387.

HSL color Cylindrical-coordinate representation of color #232979: hue angle of 235.81º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #232979 is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 35 41 121 -
CMYK 0.71 0.66 0 0.53
HSL 235.81º 0.55% 0.31% -
HSV(B) 235.81º 0.71% 0.47% -
XYZ 4.94 3.32 18.47 -
YUV 48.33 169.01 118.5 -
System Red Green Blue C M Y K H S L
Decimal 35 41 121 0.71 0.66 0 0.53 235.81 0.55 0.31
Hex 23 29 79 47 42 0 35 EC 37 1F
Octal 43 51 171 107 102 0 65 354 67 37
Binary 100011 101001 1111001 1000111 1000010 0 110101 11101100 110111 11111

Color Harmonies of #232979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232979

Black with #232979

Text Example


Text Example

White with #232979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232979; }

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

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

background-color css

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

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

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

border-color css

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

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

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