Html Css Color HEX #121D61 Sapphire

📋 copy color: '#121D61'

red 18 ◦ green 29 ◦ blue 97

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

Shades of Sapphire #121D61

Tints of Sapphire #121D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 67.36%

R = 12.5%
G = 20.14%
B = 67.36%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#121D61 (or 0x121D61) is known color: Sapphire. HEX triplet: 12, 1D and 61. RGB value is (18,29,97). Sum of RGB (Red+Green+Blue) = 18+29+97=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 97 (38.28% from 255 or 67.36% from 144); Max value from RGB is 97 - color contains mainly: blue. Hex color #121D61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121D61 is #EDE29E. Grayscale: #212121. Windows color (decimal): -15590047 or 6364434. OLE color: 6364434.

HSL color Cylindrical-coordinate representation of color #121D61: hue angle of 231.65º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #121D61 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 29 97 -
CMYK 0.81 0.70 0 0.62
HSL 231.65º 0.69% 0.23% -
HSV(B) 231.65º 0.81% 0.38% -
XYZ 2.85 1.87 11.52 -
YUV 33.46 163.86 116.97 -
System Red Green Blue C M Y K H S L
Decimal 18 29 97 0.81 0.70 0 0.62 231.65 0.69 0.23
Hex 12 1D 61 51 46 0 3E E8 45 17
Octal 22 35 141 121 106 0 76 350 105 27
Binary 10010 11101 1100001 1010001 1000110 0 111110 11101000 1000101 10111

Color Harmonies of #121D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D61

Black with #121D61

Text Example


Text Example

White with #121D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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