Html Css Color HEX #121D59 Sapphire

📋 copy color: '#121D59'

red 18 ◦ green 29 ◦ blue 89

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

Shades of Sapphire #121D59

Tints of Sapphire #121D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 65.44%

R = 13.24%
G = 21.32%
B = 65.44%

CMYK

 C value IS 0.80

 M value IS 0.67

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#121D59 (or 0x121D59) is known color: Sapphire. HEX triplet: 12, 1D and 59. RGB value is (18,29,89). Sum of RGB (Red+Green+Blue) = 18+29+89=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 89 (35.16% from 255 or 65.44% from 136); Max value from RGB is 89 - color contains mainly: blue. Hex color #121D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121D59 is #EDE2A6. Grayscale: #202020. Windows color (decimal): -15590055 or 5840146. OLE color: 5840146.

HSL color Cylindrical-coordinate representation of color #121D59: hue angle of 230.7º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #121D59 is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 29 89 -
CMYK 0.80 0.67 0 0.65
HSL 230.7º 0.66% 0.21% -
HSV(B) 230.7º 0.8% 0.35% -
XYZ 2.49 1.73 9.65 -
YUV 32.55 159.86 117.62 -
System Red Green Blue C M Y K H S L
Decimal 18 29 89 0.80 0.67 0 0.65 230.7 0.66 0.21
Hex 12 1D 59 50 43 0 41 E7 42 15
Octal 22 35 131 120 103 0 101 347 102 25
Binary 10010 11101 1011001 1010000 1000011 0 1000001 11100111 1000010 10101

Color Harmonies of #121D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D59

Black with #121D59

Text Example


Text Example

White with #121D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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