Html Css Color HEX #121E61 Sapphire

📋 copy color: '#121E61'

red 18 ◦ green 30 ◦ blue 97

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

Shades of Sapphire #121E61

Tints of Sapphire #121E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 66.9%

R = 12.41%
G = 20.69%
B = 66.9%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#121E61 (or 0x121E61) is known color: Sapphire. HEX triplet: 12, 1E and 61. RGB value is (18,30,97). Sum of RGB (Red+Green+Blue) = 18+30+97=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 97 (38.28% from 255 or 66.90% from 145); Max value from RGB is 97 - color contains mainly: blue. Hex color #121E61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E61 is #EDE19E. Grayscale: #212121. Windows color (decimal): -15589791 or 6364690. OLE color: 6364690.

HSL color Cylindrical-coordinate representation of color #121E61: hue angle of 230.89º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #121E61 is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 30 97 -
CMYK 0.81 0.69 0 0.62
HSL 230.89º 0.69% 0.23% -
HSV(B) 230.89º 0.81% 0.38% -
XYZ 2.87 1.92 11.53 -
YUV 34.05 163.52 116.55 -
System Red Green Blue C M Y K H S L
Decimal 18 30 97 0.81 0.69 0 0.62 230.89 0.69 0.23
Hex 12 1E 61 51 45 0 3E E7 45 17
Octal 22 36 141 121 105 0 76 347 105 27
Binary 10010 11110 1100001 1010001 1000101 0 111110 11100111 1000101 10111

Color Harmonies of #121E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E61

Black with #121E61

Text Example


Text Example

White with #121E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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