Html Css Color HEX #121B5F Midnight Blue

📋 copy color: '#121B5F'

red 18 ◦ green 27 ◦ blue 95

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

Shades of Midnight Blue #121B5F

Tints of Midnight Blue #121B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 67.86%

R = 12.86%
G = 19.29%
B = 67.86%

CMYK

 C value IS 0.81

 M value IS 0.72

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#121B5F (or 0x121B5F) is known color: Midnight Blue. HEX triplet: 12, 1B and 5F. RGB value is (18,27,95). Sum of RGB (Red+Green+Blue) = 18+27+95=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 95 (37.5% from 255 or 67.86% from 140); Max value from RGB is 95 - color contains mainly: blue. Hex color #121B5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B5F is #EDE4A0. Grayscale: #1F1F1F. Windows color (decimal): -15590561 or 6232850. OLE color: 6232850.

HSL color Cylindrical-coordinate representation of color #121B5F: hue angle of 232.99º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #121B5F is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 18 27 95 -
CMYK 0.81 0.72 0 0.63
HSL 232.99º 0.68% 0.22% -
HSV(B) 232.99º 0.81% 0.37% -
XYZ 2.71 1.74 11.02 -
YUV 32.06 163.52 117.97 -
System Red Green Blue C M Y K H S L
Decimal 18 27 95 0.81 0.72 0 0.63 232.99 0.68 0.22
Hex 12 1B 5F 51 48 0 3F E9 44 16
Octal 22 33 137 121 110 0 77 351 104 26
Binary 10010 11011 1011111 1010001 1001000 0 111111 11101001 1000100 10110

Color Harmonies of #121B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B5F

Black with #121B5F

Text Example


Text Example

White with #121B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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