Html Css Color HEX #121E59 Sapphire

📋 copy color: '#121E59'

red 18 ◦ green 30 ◦ blue 89

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

Shades of Sapphire #121E59

Tints of Sapphire #121E59

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.9%

 BLUE value IS 89 (35.16% from 255) = 64.96%

R = 13.14%
G = 21.9%
B = 64.96%

CMYK

 C value IS 0.80

 M value IS 0.66

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#121E59 (or 0x121E59) is known color: Sapphire. HEX triplet: 12, 1E and 59. RGB value is (18,30,89). Sum of RGB (Red+Green+Blue) = 18+30+89=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 89 (35.16% from 255 or 64.96% from 137); Max value from RGB is 89 - color contains mainly: blue. Hex color #121E59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E59 is #EDE1A6. Grayscale: #202020. Windows color (decimal): -15589799 or 5840402. OLE color: 5840402.

HSL color Cylindrical-coordinate representation of color #121E59: hue angle of 229.86º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #121E59 is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 30 89 -
CMYK 0.80 0.66 0 0.65
HSL 229.86º 0.66% 0.21% -
HSV(B) 229.86º 0.8% 0.35% -
XYZ 2.52 1.78 9.66 -
YUV 33.14 159.52 117.2 -
System Red Green Blue C M Y K H S L
Decimal 18 30 89 0.80 0.66 0 0.65 229.86 0.66 0.21
Hex 12 1E 59 50 42 0 41 E6 42 15
Octal 22 36 131 120 102 0 101 346 102 25
Binary 10010 11110 1011001 1010000 1000010 0 1000001 11100110 1000010 10101

Color Harmonies of #121E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E59

Black with #121E59

Text Example


Text Example

White with #121E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,30,89); }

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

background-color css

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

 a { background-color: rgb(18,30,89); }

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

border-color css

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

 span { border-color: rgb(18,30,89); }

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