Html Css Color HEX #121F63 Sapphire

📋 copy color: '#121F63'

red 18 ◦ green 31 ◦ blue 99

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

Shades of Sapphire #121F63

Tints of Sapphire #121F63

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.95%

 BLUE value IS 99 (39.06% from 255) = 66.89%

R = 12.16%
G = 20.95%
B = 66.89%

CMYK

 C value IS 0.82

 M value IS 0.69

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#121F63 (or 0x121F63) is known color: Sapphire. HEX triplet: 12, 1F and 63. RGB value is (18,31,99). Sum of RGB (Red+Green+Blue) = 18+31+99=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 99 (39.06% from 255 or 66.89% from 148); Max value from RGB is 99 - color contains mainly: blue. Hex color #121F63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121F63 is #EDE09C. Grayscale: #222222. Windows color (decimal): -15589533 or 6496018. OLE color: 6496018.

HSL color Cylindrical-coordinate representation of color #121F63: hue angle of 230.37º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #121F63 is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 18 31 99 -
CMYK 0.82 0.69 0 0.61
HSL 230.37º 0.69% 0.23% -
HSV(B) 230.37º 0.82% 0.39% -
XYZ 2.99 2.01 12.03 -
YUV 34.87 164.19 115.97 -
System Red Green Blue C M Y K H S L
Decimal 18 31 99 0.82 0.69 0 0.61 230.37 0.69 0.23
Hex 12 1F 63 52 45 0 3D E6 45 17
Octal 22 37 143 122 105 0 75 346 105 27
Binary 10010 11111 1100011 1010010 1000101 0 111101 11100110 1000101 10111

Color Harmonies of #121F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F63

Black with #121F63

Text Example


Text Example

White with #121F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,31,99); }

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

background-color css

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

 a { background-color: rgb(18,31,99); }

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

border-color css

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

 span { border-color: rgb(18,31,99); }

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