Html Css Color HEX #121E5C Sapphire

📋 copy color: '#121E5C'

red 18 ◦ green 30 ◦ blue 92

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

Shades of Sapphire #121E5C

Tints of Sapphire #121E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 65.71%

R = 12.86%
G = 21.43%
B = 65.71%

CMYK

 C value IS 0.80

 M value IS 0.67

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#121E5C (or 0x121E5C) is known color: Sapphire. HEX triplet: 12, 1E and 5C. RGB value is (18,30,92). Sum of RGB (Red+Green+Blue) = 18+30+92=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 92 (36.33% from 255 or 65.71% from 140); Max value from RGB is 92 - color contains mainly: blue. Hex color #121E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E5C is #EDE1A3. Grayscale: #212121. Windows color (decimal): -15589796 or 6037010. OLE color: 6037010.

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

Color convert

RGB 18 30 92 -
CMYK 0.80 0.67 0 0.64
HSL 230.27º 0.67% 0.22% -
HSV(B) 230.27º 0.8% 0.36% -
XYZ 2.65 1.83 10.34 -
YUV 33.48 161.02 116.96 -
System Red Green Blue C M Y K H S L
Decimal 18 30 92 0.80 0.67 0 0.64 230.27 0.67 0.22
Hex 12 1E 5C 50 43 0 40 E6 43 16
Octal 22 36 134 120 103 0 100 346 103 26
Binary 10010 11110 1011100 1010000 1000011 0 1000000 11100110 1000011 10110

Color Harmonies of #121E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E5C

Black with #121E5C

Text Example


Text Example

White with #121E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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