Html Css Color HEX #121F53 Sapphire

📋 copy color: '#121F53'

red 18 ◦ green 31 ◦ blue 83

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

Shades of Sapphire #121F53

Tints of Sapphire #121F53

RGB

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

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

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

R = 13.64%
G = 23.48%
B = 62.88%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#121F53 (or 0x121F53) is known color: Sapphire. HEX triplet: 12, 1F and 53. RGB value is (18,31,83). Sum of RGB (Red+Green+Blue) = 18+31+83=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 83 (32.81% from 255 or 62.88% from 132); Max value from RGB is 83 - color contains mainly: blue. Hex color #121F53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121F53 is #EDE0AC. Grayscale: #202020. Windows color (decimal): -15589549 or 5447442. OLE color: 5447442.

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

Color convert

RGB 18 31 83 -
CMYK 0.78 0.63 0 0.67
HSL 228º 0.64% 0.2% -
HSV(B) 228º 0.78% 0.33% -
XYZ 2.3 1.73 8.4 -
YUV 33.04 156.19 117.27 -
System Red Green Blue C M Y K H S L
Decimal 18 31 83 0.78 0.63 0 0.67 228 0.64 0.2
Hex 12 1F 53 4E 3F 0 43 E4 40 14
Octal 22 37 123 116 77 0 103 344 100 24
Binary 10010 11111 1010011 1001110 111111 0 1000011 11100100 1000000 10100

Color Harmonies of #121F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F53

Black with #121F53

Text Example


Text Example

White with #121F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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