Html Css Color HEX #121E56 Sapphire

📋 copy color: '#121E56'

red 18 ◦ green 30 ◦ blue 86

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

Shades of Sapphire #121E56

Tints of Sapphire #121E56

RGB

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

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

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

R = 13.43%
G = 22.39%
B = 64.18%

CMYK

 C value IS 0.79

 M value IS 0.65

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#121E56 (or 0x121E56) is known color: Sapphire. HEX triplet: 12, 1E and 56. RGB value is (18,30,86). Sum of RGB (Red+Green+Blue) = 18+30+86=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 86 (33.98% from 255 or 64.18% from 134); Max value from RGB is 86 - color contains mainly: blue. Hex color #121E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E56 is #EDE1A9. Grayscale: #202020. Windows color (decimal): -15589802 or 5643794. OLE color: 5643794.

HSL color Cylindrical-coordinate representation of color #121E56: hue angle of 229.41º 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 #121E56 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 30 86 -
CMYK 0.79 0.65 0 0.66
HSL 229.41º 0.65% 0.2% -
HSV(B) 229.41º 0.79% 0.34% -
XYZ 2.39 1.73 9.01 -
YUV 32.8 158.02 117.45 -
System Red Green Blue C M Y K H S L
Decimal 18 30 86 0.79 0.65 0 0.66 229.41 0.65 0.2
Hex 12 1E 56 4F 41 0 42 E5 41 14
Octal 22 36 126 117 101 0 102 345 101 24
Binary 10010 11110 1010110 1001111 1000001 0 1000010 11100101 1000001 10100

Color Harmonies of #121E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E56

Black with #121E56

Text Example


Text Example

White with #121E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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