Html Css Color HEX #121F5D Sapphire

📋 copy color: '#121F5D'

red 18 ◦ green 31 ◦ blue 93

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

Shades of Sapphire #121F5D

Tints of Sapphire #121F5D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.83%

 BLUE value IS 93 (36.72% from 255) = 65.49%

R = 12.68%
G = 21.83%
B = 65.49%

CMYK

 C value IS 0.81

 M value IS 0.67

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#121F5D (or 0x121F5D) is known color: Sapphire. HEX triplet: 12, 1F and 5D. RGB value is (18,31,93). Sum of RGB (Red+Green+Blue) = 18+31+93=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 31 (12.5% from 255 or 21.83% from 142); Blue value is 93 (36.72% from 255 or 65.49% from 142); Max value from RGB is 93 - color contains mainly: blue. Hex color #121F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121F5D is #EDE0A2. Grayscale: #212121. Windows color (decimal): -15589539 or 6102802. OLE color: 6102802.

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

Color convert

RGB 18 31 93 -
CMYK 0.81 0.67 0 0.64
HSL 229.6º 0.68% 0.22% -
HSV(B) 229.6º 0.81% 0.36% -
XYZ 2.72 1.9 10.58 -
YUV 34.18 161.19 116.46 -
System Red Green Blue C M Y K H S L
Decimal 18 31 93 0.81 0.67 0 0.64 229.6 0.68 0.22
Hex 12 1F 5D 51 43 0 40 E6 44 16
Octal 22 37 135 121 103 0 100 346 104 26
Binary 10010 11111 1011101 1010001 1000011 0 1000000 11100110 1000100 10110

Color Harmonies of #121F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F5D

Black with #121F5D

Text Example


Text Example

White with #121F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,31,93); }

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

background-color css

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

 a { background-color: rgb(18,31,93); }

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

border-color css

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

 span { border-color: rgb(18,31,93); }

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