Html Css Color HEX #121D62 Sapphire

📋 copy color: '#121D62'

red 18 ◦ green 29 ◦ blue 98

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

Shades of Sapphire #121D62

Tints of Sapphire #121D62

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20%

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

R = 12.41%
G = 20%
B = 67.59%

CMYK

 C value IS 0.82

 M value IS 0.70

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#121D62 (or 0x121D62) is known color: Sapphire. HEX triplet: 12, 1D and 62. RGB value is (18,29,98). Sum of RGB (Red+Green+Blue) = 18+29+98=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 98 (38.67% from 255 or 67.59% from 145); Max value from RGB is 98 - color contains mainly: blue. Hex color #121D62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121D62 is #EDE29D. Grayscale: #212121. Windows color (decimal): -15590046 or 6429970. OLE color: 6429970.

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

Color convert

RGB 18 29 98 -
CMYK 0.82 0.70 0 0.62
HSL 231.75º 0.69% 0.23% -
HSV(B) 231.75º 0.82% 0.38% -
XYZ 2.89 1.89 11.77 -
YUV 33.58 164.36 116.89 -
System Red Green Blue C M Y K H S L
Decimal 18 29 98 0.82 0.70 0 0.62 231.75 0.69 0.23
Hex 12 1D 62 52 46 0 3E E8 45 17
Octal 22 35 142 122 106 0 76 350 105 27
Binary 10010 11101 1100010 1010010 1000110 0 111110 11101000 1000101 10111

Color Harmonies of #121D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D62

Black with #121D62

Text Example


Text Example

White with #121D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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