Html Css Color HEX #23197A Midnight Blue

📋 copy color: '#23197A'

red 35 ◦ green 25 ◦ blue 122

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

Shades of Midnight Blue #23197A

Tints of Midnight Blue #23197A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.74%

 BLUE value IS 122 (48.05% from 255) = 67.03%

R = 19.23%
G = 13.74%
B = 67.03%

CMYK

 C value IS 0.71

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#23197A (or 0x23197A) is known color: Midnight Blue. HEX triplet: 23, 19 and 7A. RGB value is (35,25,122). Sum of RGB (Red+Green+Blue) = 35+25+122=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 122 (48.05% from 255 or 67.03% from 182); Max value from RGB is 122 - color contains mainly: blue. Hex color #23197A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23197A is #DCE685. Grayscale: #262626. Windows color (decimal): -14476934 or 8001827. OLE color: 8001827.

HSL color Cylindrical-coordinate representation of color #23197A: hue angle of 246.19º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23197A is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 35 25 122 -
CMYK 0.71 0.80 0 0.52
HSL 246.19º 0.66% 0.29% -
HSV(B) 246.19º 0.8% 0.48% -
XYZ 4.55 2.46 18.65 -
YUV 39.05 174.81 125.11 -
System Red Green Blue C M Y K H S L
Decimal 35 25 122 0.71 0.80 0 0.52 246.19 0.66 0.29
Hex 23 19 7A 47 50 0 34 F6 42 1D
Octal 43 31 172 107 120 0 64 366 102 35
Binary 100011 11001 1111010 1000111 1010000 0 110100 11110110 1000010 11101

Color Harmonies of #23197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23197A

Black with #23197A

Text Example


Text Example

White with #23197A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23197A; }

 p { color: rgb(35,25,122); }

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

background-color css

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

 a { background-color: rgb(35,25,122); }

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

border-color css

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

 span { border-color: rgb(35,25,122); }

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