Html Css Color HEX #121F57 Sapphire

📋 copy color: '#121F57'

red 18 ◦ green 31 ◦ blue 87

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

Shades of Sapphire #121F57

Tints of Sapphire #121F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 63.97%

R = 13.24%
G = 22.79%
B = 63.97%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#121F57 (or 0x121F57) is known color: Sapphire. HEX triplet: 12, 1F and 57. RGB value is (18,31,87). Sum of RGB (Red+Green+Blue) = 18+31+87=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 87 (34.38% from 255 or 63.97% from 136); Max value from RGB is 87 - color contains mainly: blue. Hex color #121F57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121F57 is #EDE0A8. Grayscale: #212121. Windows color (decimal): -15589545 or 5709586. OLE color: 5709586.

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

Color convert

RGB 18 31 87 -
CMYK 0.79 0.64 0 0.66
HSL 228.7º 0.66% 0.21% -
HSV(B) 228.7º 0.79% 0.34% -
XYZ 2.46 1.8 9.23 -
YUV 33.5 158.19 116.95 -
System Red Green Blue C M Y K H S L
Decimal 18 31 87 0.79 0.64 0 0.66 228.7 0.66 0.21
Hex 12 1F 57 4F 40 0 42 E5 42 15
Octal 22 37 127 117 100 0 102 345 102 25
Binary 10010 11111 1010111 1001111 1000000 0 1000010 11100101 1000010 10101

Color Harmonies of #121F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F57

Black with #121F57

Text Example


Text Example

White with #121F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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