Html Css Color HEX #121875 Midnight Blue

📋 copy color: '#121875'

red 18 ◦ green 24 ◦ blue 117

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

Shades of Midnight Blue #121875

Tints of Midnight Blue #121875

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.09%

 BLUE value IS 117 (46.09% from 255) = 73.58%

R = 11.32%
G = 15.09%
B = 73.58%

CMYK

 C value IS 0.85

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#121875 (or 0x121875) is known color: Midnight Blue. HEX triplet: 12, 18 and 75. RGB value is (18,24,117). Sum of RGB (Red+Green+Blue) = 18+24+117=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 117 (46.09% from 255 or 73.58% from 159); Max value from RGB is 117 - color contains mainly: blue. Hex color #121875 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121875 is #EDE78A. Grayscale: #202020. Windows color (decimal): -15591307 or 7673874. OLE color: 7673874.

HSL color Cylindrical-coordinate representation of color #121875: hue angle of 236.36º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #121875 is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 24 117 -
CMYK 0.85 0.79 0 0.54
HSL 236.36º 0.73% 0.26% -
HSV(B) 236.36º 0.85% 0.46% -
XYZ 3.79 2.07 17.03 -
YUV 32.81 175.51 117.44 -
System Red Green Blue C M Y K H S L
Decimal 18 24 117 0.85 0.79 0 0.54 236.36 0.73 0.26
Hex 12 18 75 55 4F 0 36 EC 49 1A
Octal 22 30 165 125 117 0 66 354 111 32
Binary 10010 11000 1110101 1010101 1001111 0 110110 11101100 1001001 11010

Color Harmonies of #121875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121875

Black with #121875

Text Example


Text Example

White with #121875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121875; }

 p { color: rgb(18,24,117); }

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

background-color css

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

 a { background-color: rgb(18,24,117); }

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

border-color css

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

 span { border-color: rgb(18,24,117); }

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