Html Css Color HEX #121A56 Sapphire

📋 copy color: '#121A56'

red 18 ◦ green 26 ◦ blue 86

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

Shades of Sapphire #121A56

Tints of Sapphire #121A56

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20%

 BLUE value IS 86 (33.98% from 255) = 66.15%

R = 13.85%
G = 20%
B = 66.15%

CMYK

 C value IS 0.79

 M value IS 0.70

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#121A56 (or 0x121A56) is known color: Sapphire. HEX triplet: 12, 1A and 56. RGB value is (18,26,86). Sum of RGB (Red+Green+Blue) = 18+26+86=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 86 (33.98% from 255 or 66.15% from 130); Max value from RGB is 86 - color contains mainly: blue. Hex color #121A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121A56 is #EDE5A9. Grayscale: #1E1E1E. Windows color (decimal): -15590826 or 5642770. OLE color: 5642770.

HSL color Cylindrical-coordinate representation of color #121A56: hue angle of 232.94º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #121A56 is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 26 86 -
CMYK 0.79 0.70 0 0.66
HSL 232.94º 0.65% 0.2% -
HSV(B) 232.94º 0.79% 0.34% -
XYZ 2.3 1.54 8.98 -
YUV 30.45 159.35 119.12 -
System Red Green Blue C M Y K H S L
Decimal 18 26 86 0.79 0.70 0 0.66 232.94 0.65 0.2
Hex 12 1A 56 4F 46 0 42 E9 41 14
Octal 22 32 126 117 106 0 102 351 101 24
Binary 10010 11010 1010110 1001111 1000110 0 1000010 11101001 1000001 10100

Color Harmonies of #121A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A56

Black with #121A56

Text Example


Text Example

White with #121A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,26,86); }

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

background-color css

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

 a { background-color: rgb(18,26,86); }

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

border-color css

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

 span { border-color: rgb(18,26,86); }

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