Html Css Color HEX #121D56 Sapphire

📋 copy color: '#121D56'

red 18 ◦ green 29 ◦ blue 86

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

Shades of Sapphire #121D56

Tints of Sapphire #121D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 64.66%

R = 13.53%
G = 21.8%
B = 64.66%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#121D56 (or 0x121D56) is known color: Sapphire. HEX triplet: 12, 1D and 56. RGB value is (18,29,86). Sum of RGB (Red+Green+Blue) = 18+29+86=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 86 (33.98% from 255 or 64.66% from 133); Max value from RGB is 86 - color contains mainly: blue. Hex color #121D56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121D56 is #EDE2A9. Grayscale: #1F1F1F. Windows color (decimal): -15590058 or 5643538. OLE color: 5643538.

HSL color Cylindrical-coordinate representation of color #121D56: hue angle of 230.29º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #121D56 is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 29 86 -
CMYK 0.79 0.66 0 0.66
HSL 230.29º 0.65% 0.2% -
HSV(B) 230.29º 0.79% 0.34% -
XYZ 2.37 1.68 9 -
YUV 32.21 158.36 117.87 -
System Red Green Blue C M Y K H S L
Decimal 18 29 86 0.79 0.66 0 0.66 230.29 0.65 0.2
Hex 12 1D 56 4F 42 0 42 E6 41 14
Octal 22 35 126 117 102 0 102 346 101 24
Binary 10010 11101 1010110 1001111 1000010 0 1000010 11100110 1000001 10100

Color Harmonies of #121D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D56

Black with #121D56

Text Example


Text Example

White with #121D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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