Html Css Color HEX #121A53 Sapphire

📋 copy color: '#121A53'

red 18 ◦ green 26 ◦ blue 83

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

Shades of Sapphire #121A53

Tints of Sapphire #121A53

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20.47%

 BLUE value IS 83 (32.81% from 255) = 65.35%

R = 14.17%
G = 20.47%
B = 65.35%

CMYK

 C value IS 0.78

 M value IS 0.69

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#121A53 (or 0x121A53) is known color: Sapphire. HEX triplet: 12, 1A and 53. RGB value is (18,26,83). Sum of RGB (Red+Green+Blue) = 18+26+83=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 83 (32.81% from 255 or 65.35% from 127); Max value from RGB is 83 - color contains mainly: blue. Hex color #121A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121A53 is #EDE5AC. Grayscale: #1D1D1D. Windows color (decimal): -15590829 or 5446162. OLE color: 5446162.

HSL color Cylindrical-coordinate representation of color #121A53: hue angle of 232.62º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #121A53 is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 26 83 -
CMYK 0.78 0.69 0 0.67
HSL 232.62º 0.64% 0.2% -
HSV(B) 232.62º 0.78% 0.33% -
XYZ 2.18 1.49 8.36 -
YUV 30.11 157.85 119.37 -
System Red Green Blue C M Y K H S L
Decimal 18 26 83 0.78 0.69 0 0.67 232.62 0.64 0.2
Hex 12 1A 53 4E 45 0 43 E9 40 14
Octal 22 32 123 116 105 0 103 351 100 24
Binary 10010 11010 1010011 1001110 1000101 0 1000011 11101001 1000000 10100

Color Harmonies of #121A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A53

Black with #121A53

Text Example


Text Example

White with #121A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,26,83); }

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

background-color css

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

 a { background-color: rgb(18,26,83); }

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

border-color css

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

 span { border-color: rgb(18,26,83); }

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