Html Css Color HEX #122583 Midnight Blue

📋 copy color: '#122583'

red 18 ◦ green 37 ◦ blue 131

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

Shades of Midnight Blue #122583

Tints of Midnight Blue #122583

RGB

 RED value IS 18 (7.42% from 255) = 9.68%

 GREEN value IS 37 (14.84% from 255) = 19.89%

 BLUE value IS 131 (51.56% from 255) = 70.43%

R = 9.68%
G = 19.89%
B = 70.43%

CMYK

 C value IS 0.86

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#122583 (or 0x122583) is known color: Midnight Blue. HEX triplet: 12, 25 and 83. RGB value is (18,37,131). Sum of RGB (Red+Green+Blue) = 18+37+131=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 131 (51.56% from 255 or 70.43% from 186); Max value from RGB is 131 - color contains mainly: blue. Hex color #122583 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122583 is #EDDA7C. Grayscale: #292929. Windows color (decimal): -15587965 or 8594706. OLE color: 8594706.

HSL color Cylindrical-coordinate representation of color #122583: hue angle of 229.91º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #122583 is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 37 131 -
CMYK 0.86 0.72 0 0.49
HSL 229.91º 0.76% 0.29% -
HSV(B) 229.91º 0.86% 0.51% -
XYZ 5.01 3.09 21.81 -
YUV 42.04 178.21 110.86 -
System Red Green Blue C M Y K H S L
Decimal 18 37 131 0.86 0.72 0 0.49 229.91 0.76 0.29
Hex 12 25 83 56 48 0 31 E6 4C 1D
Octal 22 45 203 126 110 0 61 346 114 35
Binary 10010 100101 10000011 1010110 1001000 0 110001 11100110 1001100 11101

Color Harmonies of #122583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122583

Black with #122583

Text Example


Text Example

White with #122583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122583; }

 p { color: rgb(18,37,131); }

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

background-color css

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

 a { background-color: rgb(18,37,131); }

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

border-color css

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

 span { border-color: rgb(18,37,131); }

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