Html Css Color HEX #121C5A Sapphire

📋 copy color: '#121C5A'

red 18 ◦ green 28 ◦ blue 90

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

Shades of Sapphire #121C5A

Tints of Sapphire #121C5A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.59%

 BLUE value IS 90 (35.55% from 255) = 66.18%

R = 13.24%
G = 20.59%
B = 66.18%

CMYK

 C value IS 0.80

 M value IS 0.69

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#121C5A (or 0x121C5A) is known color: Sapphire. HEX triplet: 12, 1C and 5A. RGB value is (18,28,90). Sum of RGB (Red+Green+Blue) = 18+28+90=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 28 (11.33% from 255 or 20.59% from 136); Blue value is 90 (35.55% from 255 or 66.18% from 136); Max value from RGB is 90 - color contains mainly: blue. Hex color #121C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121C5A is #EDE3A5. Grayscale: #1F1F1F. Windows color (decimal): -15590310 or 5905426. OLE color: 5905426.

HSL color Cylindrical-coordinate representation of color #121C5A: hue angle of 231.67º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #121C5A is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 28 90 -
CMYK 0.80 0.69 0 0.65
HSL 231.67º 0.67% 0.21% -
HSV(B) 231.67º 0.8% 0.35% -
XYZ 2.51 1.7 9.87 -
YUV 32.08 160.69 117.96 -
System Red Green Blue C M Y K H S L
Decimal 18 28 90 0.80 0.69 0 0.65 231.67 0.67 0.21
Hex 12 1C 5A 50 45 0 41 E8 43 15
Octal 22 34 132 120 105 0 101 350 103 25
Binary 10010 11100 1011010 1010000 1000101 0 1000001 11101000 1000011 10101

Color Harmonies of #121C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C5A

Black with #121C5A

Text Example


Text Example

White with #121C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,28,90); }

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

background-color css

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

 a { background-color: rgb(18,28,90); }

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

border-color css

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

 span { border-color: rgb(18,28,90); }

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