Html Css Color HEX #121B5C Midnight Blue

📋 copy color: '#121B5C'

red 18 ◦ green 27 ◦ blue 92

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

Shades of Midnight Blue #121B5C

Tints of Midnight Blue #121B5C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.71%

 BLUE value IS 92 (36.33% from 255) = 67.15%

R = 13.14%
G = 19.71%
B = 67.15%

CMYK

 C value IS 0.80

 M value IS 0.71

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#121B5C (or 0x121B5C) is known color: Midnight Blue. HEX triplet: 12, 1B and 5C. RGB value is (18,27,92). Sum of RGB (Red+Green+Blue) = 18+27+92=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 27 (10.94% from 255 or 19.71% from 137); Blue value is 92 (36.33% from 255 or 67.15% from 137); Max value from RGB is 92 - color contains mainly: blue. Hex color #121B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B5C is #EDE4A3. Grayscale: #1F1F1F. Windows color (decimal): -15590564 or 6036242. OLE color: 6036242.

HSL color Cylindrical-coordinate representation of color #121B5C: hue angle of 232.7º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #121B5C is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 27 92 -
CMYK 0.80 0.71 0 0.64
HSL 232.7º 0.67% 0.22% -
HSV(B) 232.7º 0.8% 0.36% -
XYZ 2.57 1.69 10.31 -
YUV 31.72 162.02 118.21 -
System Red Green Blue C M Y K H S L
Decimal 18 27 92 0.80 0.71 0 0.64 232.7 0.67 0.22
Hex 12 1B 5C 50 47 0 40 E9 43 16
Octal 22 33 134 120 107 0 100 351 103 26
Binary 10010 11011 1011100 1010000 1000111 0 1000000 11101001 1000011 10110

Color Harmonies of #121B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B5C

Black with #121B5C

Text Example


Text Example

White with #121B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121B5C; }

 p { color: rgb(18,27,92); }

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

background-color css

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

 a { background-color: rgb(18,27,92); }

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

border-color css

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

 span { border-color: rgb(18,27,92); }

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