Html Css Color HEX #121E62 Sapphire

📋 copy color: '#121E62'

red 18 ◦ green 30 ◦ blue 98

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

Shades of Sapphire #121E62

Tints of Sapphire #121E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 67.12%

R = 12.33%
G = 20.55%
B = 67.12%

CMYK

 C value IS 0.82

 M value IS 0.69

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#121E62 (or 0x121E62) is known color: Sapphire. HEX triplet: 12, 1E and 62. RGB value is (18,30,98). Sum of RGB (Red+Green+Blue) = 18+30+98=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 30 (12.11% from 255 or 20.55% from 146); Blue value is 98 (38.67% from 255 or 67.12% from 146); Max value from RGB is 98 - color contains mainly: blue. Hex color #121E62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E62 is #EDE19D. Grayscale: #212121. Windows color (decimal): -15589790 or 6430226. OLE color: 6430226.

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

Color convert

RGB 18 30 98 -
CMYK 0.82 0.69 0 0.62
HSL 231º 0.69% 0.23% -
HSV(B) 231º 0.82% 0.38% -
XYZ 2.92 1.94 11.78 -
YUV 34.16 164.02 116.47 -
System Red Green Blue C M Y K H S L
Decimal 18 30 98 0.82 0.69 0 0.62 231 0.69 0.23
Hex 12 1E 62 52 45 0 3E E7 45 17
Octal 22 36 142 122 105 0 76 347 105 27
Binary 10010 11110 1100010 1010010 1000101 0 111110 11100111 1000101 10111

Color Harmonies of #121E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E62

Black with #121E62

Text Example


Text Example

White with #121E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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