Html Css Color HEX #121F58 Sapphire

📋 copy color: '#121F58'

red 18 ◦ green 31 ◦ blue 88

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

Shades of Sapphire #121F58

Tints of Sapphire #121F58

RGB

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

 GREEN value IS 31 (12.5% from 255) = 22.63%

 BLUE value IS 88 (34.77% from 255) = 64.23%

R = 13.14%
G = 22.63%
B = 64.23%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#121F58 (or 0x121F58) is known color: Sapphire. HEX triplet: 12, 1F and 58. RGB value is (18,31,88). Sum of RGB (Red+Green+Blue) = 18+31+88=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 31 (12.5% from 255 or 22.63% from 137); Blue value is 88 (34.77% from 255 or 64.23% from 137); Max value from RGB is 88 - color contains mainly: blue. Hex color #121F58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121F58 is #EDE0A7. Grayscale: #212121. Windows color (decimal): -15589544 or 5775122. OLE color: 5775122.

HSL color Cylindrical-coordinate representation of color #121F58: hue angle of 228.86º 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 #121F58 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 31 88 -
CMYK 0.80 0.65 0 0.65
HSL 228.86º 0.66% 0.21% -
HSV(B) 228.86º 0.8% 0.35% -
XYZ 2.5 1.81 9.45 -
YUV 33.61 158.69 116.87 -
System Red Green Blue C M Y K H S L
Decimal 18 31 88 0.80 0.65 0 0.65 228.86 0.66 0.21
Hex 12 1F 58 50 41 0 41 E5 42 15
Octal 22 37 130 120 101 0 101 345 102 25
Binary 10010 11111 1011000 1010000 1000001 0 1000001 11100101 1000010 10101

Color Harmonies of #121F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F58

Black with #121F58

Text Example


Text Example

White with #121F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,31,88); }

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

background-color css

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

 a { background-color: rgb(18,31,88); }

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

border-color css

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

 span { border-color: rgb(18,31,88); }

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