Html Css Color HEX #121F65 Sapphire

📋 copy color: '#121F65'

red 18 ◦ green 31 ◦ blue 101

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

Shades of Sapphire #121F65

Tints of Sapphire #121F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 67.33%

R = 12%
G = 20.67%
B = 67.33%

CMYK

 C value IS 0.82

 M value IS 0.69

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#121F65 (or 0x121F65) is known color: Sapphire. HEX triplet: 12, 1F and 65. RGB value is (18,31,101). Sum of RGB (Red+Green+Blue) = 18+31+101=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 101 (39.84% from 255 or 67.33% from 150); Max value from RGB is 101 - color contains mainly: blue. Hex color #121F65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121F65 is #EDE09A. Grayscale: #222222. Windows color (decimal): -15589531 or 6627090. OLE color: 6627090.

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

Color convert

RGB 18 31 101 -
CMYK 0.82 0.69 0 0.60
HSL 230.6º 0.7% 0.23% -
HSV(B) 230.6º 0.82% 0.4% -
XYZ 3.09 2.05 12.54 -
YUV 35.09 165.19 115.81 -
System Red Green Blue C M Y K H S L
Decimal 18 31 101 0.82 0.69 0 0.60 230.6 0.7 0.23
Hex 12 1F 65 52 45 0 3C E7 46 17
Octal 22 37 145 122 105 0 74 347 106 27
Binary 10010 11111 1100101 1010010 1000101 0 111100 11100111 1000110 10111

Color Harmonies of #121F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F65

Black with #121F65

Text Example


Text Example

White with #121F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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