Html Css Color HEX #121E52 Sapphire

📋 copy color: '#121E52'

red 18 ◦ green 30 ◦ blue 82

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

Shades of Sapphire #121E52

Tints of Sapphire #121E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 63.08%

R = 13.85%
G = 23.08%
B = 63.08%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#121E52 (or 0x121E52) is known color: Sapphire. HEX triplet: 12, 1E and 52. RGB value is (18,30,82). Sum of RGB (Red+Green+Blue) = 18+30+82=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 30 (12.11% from 255 or 23.08% from 130); Blue value is 82 (32.42% from 255 or 63.08% from 130); Max value from RGB is 82 - color contains mainly: blue. Hex color #121E52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E52 is #EDE1AD. Grayscale: #202020. Windows color (decimal): -15589806 or 5381650. OLE color: 5381650.

HSL color Cylindrical-coordinate representation of color #121E52: hue angle of 228.75º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #121E52 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 30 82 -
CMYK 0.78 0.63 0 0.68
HSL 228.75º 0.64% 0.2% -
HSV(B) 228.75º 0.78% 0.32% -
XYZ 2.24 1.67 8.19 -
YUV 32.34 156.02 117.77 -
System Red Green Blue C M Y K H S L
Decimal 18 30 82 0.78 0.63 0 0.68 228.75 0.64 0.2
Hex 12 1E 52 4E 3F 0 44 E5 40 14
Octal 22 36 122 116 77 0 104 345 100 24
Binary 10010 11110 1010010 1001110 111111 0 1000100 11100101 1000000 10100

Color Harmonies of #121E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E52

Black with #121E52

Text Example


Text Example

White with #121E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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