Html Css Color HEX #121E5D Sapphire

📋 copy color: '#121E5D'

red 18 ◦ green 30 ◦ blue 93

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

Shades of Sapphire #121E5D

Tints of Sapphire #121E5D

RGB

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

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

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

R = 12.77%
G = 21.28%
B = 65.96%

CMYK

 C value IS 0.81

 M value IS 0.68

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#121E5D (or 0x121E5D) is known color: Sapphire. HEX triplet: 12, 1E and 5D. RGB value is (18,30,93). Sum of RGB (Red+Green+Blue) = 18+30+93=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 93 (36.72% from 255 or 65.96% from 141); Max value from RGB is 93 - color contains mainly: blue. Hex color #121E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E5D is #EDE1A2. Grayscale: #212121. Windows color (decimal): -15589795 or 6102546. OLE color: 6102546.

HSL color Cylindrical-coordinate representation of color #121E5D: hue angle of 230.4º 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 #121E5D is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 30 93 -
CMYK 0.81 0.68 0 0.64
HSL 230.4º 0.68% 0.22% -
HSV(B) 230.4º 0.81% 0.36% -
XYZ 2.69 1.85 10.57 -
YUV 33.59 161.52 116.88 -
System Red Green Blue C M Y K H S L
Decimal 18 30 93 0.81 0.68 0 0.64 230.4 0.68 0.22
Hex 12 1E 5D 51 44 0 40 E6 44 16
Octal 22 36 135 121 104 0 100 346 104 26
Binary 10010 11110 1011101 1010001 1000100 0 1000000 11100110 1000100 10110

Color Harmonies of #121E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E5D

Black with #121E5D

Text Example


Text Example

White with #121E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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