Html Css Color HEX #121A54 Sapphire

📋 copy color: '#121A54'

red 18 ◦ green 26 ◦ blue 84

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

Shades of Sapphire #121A54

Tints of Sapphire #121A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 65.63%

R = 14.06%
G = 20.31%
B = 65.63%

CMYK

 C value IS 0.79

 M value IS 0.69

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#121A54 (or 0x121A54) is known color: Sapphire. HEX triplet: 12, 1A and 54. RGB value is (18,26,84). Sum of RGB (Red+Green+Blue) = 18+26+84=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 84 (33.20% from 255 or 65.62% from 128); Max value from RGB is 84 - color contains mainly: blue. Hex color #121A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121A54 is #EDE5AB. Grayscale: #1D1D1D. Windows color (decimal): -15590828 or 5511698. OLE color: 5511698.

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

Color convert

RGB 18 26 84 -
CMYK 0.79 0.69 0 0.67
HSL 232.73º 0.65% 0.2% -
HSV(B) 232.73º 0.79% 0.33% -
XYZ 2.22 1.51 8.56 -
YUV 30.22 158.35 119.28 -
System Red Green Blue C M Y K H S L
Decimal 18 26 84 0.79 0.69 0 0.67 232.73 0.65 0.2
Hex 12 1A 54 4F 45 0 43 E9 41 14
Octal 22 32 124 117 105 0 103 351 101 24
Binary 10010 11010 1010100 1001111 1000101 0 1000011 11101001 1000001 10100

Color Harmonies of #121A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A54

Black with #121A54

Text Example


Text Example

White with #121A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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