Html Css Color HEX #121E65 Sapphire

📋 copy color: '#121E65'

red 18 ◦ green 30 ◦ blue 101

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

Shades of Sapphire #121E65

Tints of Sapphire #121E65

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.13%

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

R = 12.08%
G = 20.13%
B = 67.79%

CMYK

 C value IS 0.82

 M value IS 0.70

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#121E65 (or 0x121E65) is known color: Sapphire. HEX triplet: 12, 1E and 65. RGB value is (18,30,101). Sum of RGB (Red+Green+Blue) = 18+30+101=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 101 (39.84% from 255 or 67.79% from 149); Max value from RGB is 101 - color contains mainly: blue. Hex color #121E65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E65 is #EDE19A. Grayscale: #222222. Windows color (decimal): -15589787 or 6626834. OLE color: 6626834.

HSL color Cylindrical-coordinate representation of color #121E65: hue angle of 231.33º 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 #121E65 is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 30 101 -
CMYK 0.82 0.70 0 0.60
HSL 231.33º 0.7% 0.23% -
HSV(B) 231.33º 0.82% 0.4% -
XYZ 3.06 2 12.54 -
YUV 34.51 165.52 116.23 -
System Red Green Blue C M Y K H S L
Decimal 18 30 101 0.82 0.70 0 0.60 231.33 0.7 0.23
Hex 12 1E 65 52 46 0 3C E7 46 17
Octal 22 36 145 122 106 0 74 347 106 27
Binary 10010 11110 1100101 1010010 1000110 0 111100 11100111 1000110 10111

Color Harmonies of #121E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E65

Black with #121E65

Text Example


Text Example

White with #121E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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