Html Css Color HEX #121D53 Sapphire

📋 copy color: '#121D53'

red 18 ◦ green 29 ◦ blue 83

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

Shades of Sapphire #121D53

Tints of Sapphire #121D53

RGB

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

 GREEN value IS 29 (11.72% from 255) = 22.31%

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

R = 13.85%
G = 22.31%
B = 63.85%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#121D53 (or 0x121D53) is known color: Sapphire. HEX triplet: 12, 1D and 53. RGB value is (18,29,83). Sum of RGB (Red+Green+Blue) = 18+29+83=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 83 (32.81% from 255 or 63.85% from 130); Max value from RGB is 83 - color contains mainly: blue. Hex color #121D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121D53 is #EDE2AC. Grayscale: #1F1F1F. Windows color (decimal): -15590061 or 5446930. OLE color: 5446930.

HSL color Cylindrical-coordinate representation of color #121D53: hue angle of 229.85º 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 #121D53 is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 29 83 -
CMYK 0.78 0.65 0 0.67
HSL 229.85º 0.64% 0.2% -
HSV(B) 229.85º 0.78% 0.33% -
XYZ 2.25 1.63 8.38 -
YUV 31.87 156.86 118.11 -
System Red Green Blue C M Y K H S L
Decimal 18 29 83 0.78 0.65 0 0.67 229.85 0.64 0.2
Hex 12 1D 53 4E 41 0 43 E6 40 14
Octal 22 35 123 116 101 0 103 346 100 24
Binary 10010 11101 1010011 1001110 1000001 0 1000011 11100110 1000000 10100

Color Harmonies of #121D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D53

Black with #121D53

Text Example


Text Example

White with #121D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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